|
|
@@ -102,7 +102,6 @@ export default {
|
|
|
edit(record) {
|
|
|
this.model = Object.assign({}, record)
|
|
|
if (this.model.deptLines) {
|
|
|
- debugger
|
|
|
this.model.deptLines = this.setDeptsToArr(this.model.deptLines)
|
|
|
} else {
|
|
|
this.model.deptLines = []
|
|
|
@@ -154,7 +153,6 @@ export default {
|
|
|
for (const item of depts) {
|
|
|
obj.push({ deptId: item })
|
|
|
}
|
|
|
- debugger
|
|
|
return obj
|
|
|
},
|
|
|
setDeptsToArr(depts) {
|