若干bug修复
parent
77dd807b97
commit
89c6d0ff09
|
@ -152,7 +152,7 @@ export default {
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
this.varList = data.varList
|
this.varList = data.list
|
||||||
this.total = data.page.totalResult
|
this.total = data.page.totalResult
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|
|
@ -91,7 +91,7 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.visible = true
|
this.visible = true
|
||||||
this.heirloom = JSON.stringify(e)
|
this.heirloom = JSON.stringify(e)
|
||||||
this.form.list = e
|
this.form.list = JSON.stringify(e)
|
||||||
await this.getDepartmentTree()
|
await this.getDepartmentTree()
|
||||||
this.loading = false
|
this.loading = false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue