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