20240912_adapter_z
wangwei 11 months ago
parent 54e0304357
commit 44664c615a

@ -659,11 +659,13 @@ export default {
this.formData.operationType = 1 this.formData.operationType = 1
this.formData.checkInsert = 2 this.formData.checkInsert = 2
this.addWorkplaceDialogVisible = true this.addWorkplaceDialogVisible = true
this.getTree()
} else { } else {
this.formData = { this.formData = {
operationType: 1, operationType: 1,
checkInsert: 2 checkInsert: 2
} }
this.getTree()
this.formData.workplaceId = res.data this.formData.workplaceId = res.data
this.addWorkplaceDialogVisible = true this.addWorkplaceDialogVisible = true
} }

Loading…
Cancel
Save