关键词

This commit is contained in:
liuye
2023-09-07 17:00:54 +08:00
parent 20cd701073
commit adbf66aa00

View File

@@ -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() {