From 44664c615a53f6c46bd7d33321c81e072253a3f1 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 16 Aug 2024 15:48:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/workplaceManage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/basic/workplace/workplaceManage.vue b/src/views/basic/workplace/workplaceManage.vue index 63067198..a64bf76d 100644 --- a/src/views/basic/workplace/workplaceManage.vue +++ b/src/views/basic/workplace/workplaceManage.vue @@ -659,11 +659,13 @@ export default { this.formData.operationType = 1 this.formData.checkInsert = 2 this.addWorkplaceDialogVisible = true + this.getTree() } else { this.formData = { operationType: 1, checkInsert: 2 } + this.getTree() this.formData.workplaceId = res.data this.addWorkplaceDialogVisible = true }