|
|
|
@ -397,7 +397,7 @@ export default {
|
|
|
|
|
array[ind] = dictzh[item];
|
|
|
|
|
});
|
|
|
|
|
// console.log(array.join(","));
|
|
|
|
|
return array.join(",");
|
|
|
|
|
return array.join(",") || "/";
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
@ -579,8 +579,8 @@ export default {
|
|
|
|
|
this.dialogVisible = true;
|
|
|
|
|
// let data = await this.$api.yingji.tree();
|
|
|
|
|
// this.district = data.data;
|
|
|
|
|
let treeData = JSON.parse(localStorage.getItem("TREE_DATA"))
|
|
|
|
|
this.district = treeData
|
|
|
|
|
let treeData = JSON.parse(localStorage.getItem("TREE_DATA"));
|
|
|
|
|
this.district = treeData;
|
|
|
|
|
this.commentData(this.district, dept);
|
|
|
|
|
this.bPlanEnterprise();
|
|
|
|
|
this.filtrate();
|
|
|
|
|