diff --git a/src/views/basic/workplace/workplaceManage.vue b/src/views/basic/workplace/workplaceManage.vue index f73815f8..d55213c6 100644 --- a/src/views/basic/workplace/workplaceManage.vue +++ b/src/views/basic/workplace/workplaceManage.vue @@ -866,6 +866,10 @@ export default { invRemindNumber: 0, remake: null, }; + if (this.groupData != null){ + this.formData.constituencies = this.groupData.code + } + // if (this.) this.getDeptList() createWorkplaceId().then(res => { if (res.code == 20000) { @@ -1259,7 +1263,7 @@ export default { created() { this.getList() // this.getInvList() - this.getBusType() + // this.getBusType() this.getTree() this.getLstTree() this.getDeptList()