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 }