From b5a8326912e33aaee75ffa925edea9c492c11244 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 25 Aug 2024 17:48:50 +0800 Subject: [PATCH] =?UTF-8?q?8/25=20=E7=BB=84=E5=88=AB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/workplaceManage.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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()