bug修复

This commit is contained in:
jjLv 2024-10-12 10:43:20 +08:00
parent 4a7edc0560
commit 6a038ee455
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ export default {
this.departRange.forEach((item) => { this.departRange.forEach((item) => {
if (e === item.value) { if (e === item.value) {
this.projectParams.departName = item.label; this.projectParams.departName = item.label;
this.projectParams.proId = null;
if(this.subSort==2){ if(this.subSort==2){
// //
let projRes = queryProjApi({ let projRes = queryProjApi({