关键词
This commit is contained in:
@@ -152,9 +152,11 @@ export default {
|
||||
edit(row) {
|
||||
this.form = {...row}
|
||||
this.form.deptList = []
|
||||
// this.form.areaList = this.form.areaIds.split(',')
|
||||
this.form.departmentFullIds = []
|
||||
this.form.deptList = row.departmentIds.split(',')
|
||||
this.form.departmentFullIds = row.departmentFullIds.split(',')
|
||||
if(row.departmentFullIds) {
|
||||
this.form.departmentFullIds = row.departmentFullIds.split(',')
|
||||
}
|
||||
this.dialog = true
|
||||
},
|
||||
add() {
|
||||
|
||||
Reference in New Issue
Block a user