|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|