Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b9a14c4e74
@ -257,6 +257,9 @@ export default {
|
|||||||
addinfo() {
|
addinfo() {
|
||||||
getDepartmentList(this.addDepartmentquery).then(res => {
|
getDepartmentList(this.addDepartmentquery).then(res => {
|
||||||
this.adddepartmentlist = res.data
|
this.adddepartmentlist = res.data
|
||||||
|
if (this.queryParams.departmentId) {
|
||||||
|
this.changedepartment(this.queryParams.departmentId)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//点击所属科室
|
//点击所属科室
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user