update code

dev-login
haha 2023-08-26 11:08:34 +08:00
parent 81fae6a1f5
commit db074a8c34
1 changed files with 2 additions and 1 deletions

View File

@ -475,6 +475,7 @@ export default {
this.groupByProjectCategory(dept.id);
this.onClickoOverview(0)
this.qualityNavClick(0);
this.onWarningInfoNav(0);
});
},
@ -600,7 +601,7 @@ export default {
},
//
getDeptWorksList(){
let deptId = '';
let deptId = this.deptInfo?.id||0;
if (this.infoNav == 0) {
//
this.$api.attendance.getDeptWorksList(deptId).then(d => {