This commit is contained in:
2024-07-11 16:53:11 +08:00
parent 3741d8b371
commit b96daf0c09

View File

@ -257,6 +257,9 @@ export default {
addinfo() {
getDepartmentList(this.addDepartmentquery).then(res => {
this.adddepartmentlist = res.data
if (this.queryParams.departmentId) {
this.changedepartment(this.queryParams.departmentId)
}
})
},
//