laozt 1 year ago
parent 05105fb0d6
commit 503aa881cd

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

@ -316,7 +316,7 @@ export default {
array[ind] = dictzh[item]; array[ind] = dictzh[item];
}); });
// console.log(array.join(",")); // console.log(array.join(","));
return array.join(","); return array.join(",") || "/";
}, },
}, },
methods: { methods: {

Loading…
Cancel
Save