代码优化:修改错别字
This commit is contained in:
@@ -162,9 +162,9 @@ export default {
|
|||||||
},
|
},
|
||||||
getSupDepts(id) {
|
getSupDepts(id) {
|
||||||
crudDept.getDeptSuperior(id).then(res => {
|
crudDept.getDeptSuperior(id).then(res => {
|
||||||
const date = res.content
|
const data = res.content
|
||||||
this.buildDepts(date)
|
this.buildDepts(data)
|
||||||
this.depts = date
|
this.depts = data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
buildDepts(depts) {
|
buildDepts(depts) {
|
||||||
|
|||||||
Reference in New Issue
Block a user