修改质量安全提交检查时,整改单位点击不了问题

This commit is contained in:
光头强 2024-05-02 10:59:36 +08:00
parent 8a5ee8f969
commit 1fb54251af
3 changed files with 19 additions and 13 deletions

View File

@ -104,11 +104,15 @@
uni.reLaunch({
url: "/pages/supplier/qualifications/qualifications?isNull=1"
})
return;
return;
}
this.showForm = false;
this.deptList = res.result;
if(this.deptList.length==1){
this.clickDept(this.deptList[0]);
}
console.log(res);
}
})

View File

@ -782,11 +782,7 @@
}).join("/");
this.checkPointName = regionName;
this.form.regionName = regionName;
this.personList.forEach((item, index) => {
if (item.userId == val[0].dutyId) {
this.changePeopleIndex = index
}
});
this.form.changeId = val[0].dutyId;
this.notifier = val[0].intendanceNames;
this.form.notifyPerson = val[0].intendanceIds;
@ -794,6 +790,11 @@
this.subpackageLsit = val[0].enterpriseInfos
//
this.personUpdateList = val[0].systemUsers
this.personUpdateList.forEach((item, index) => {
if (item.userId == val[0].dutyId) {
this.changePeopleIndex = index
}
});
} else if (type == 2) {
console.log('选择问题描述的数据', val);
//

View File

@ -766,9 +766,9 @@
this.form.enterpriseSn = "";
this.form.enterpriseName = "";
this.form.changeId = "";
console.log(val, type)
// console.log(val, type)
this.changePeopleIndex = null
// console.log(this.checkPointList, val, this.personList)
console.log(this.checkPointList, val, this.personList)
this.form.regionId = val[0].id;
let arr = JSON.parse(JSON.stringify(val[0].parents));
let obj = {
@ -782,11 +782,7 @@
}).join("/");
this.checkPointName = regionName;
this.form.regionName = regionName;
this.personList.forEach((item, index) => {
if (item.userId == val[0].dutyId) {
this.changePeopleIndex = index
}
});
this.form.changeId = val[0].dutyId;
this.notifier = val[0].intendanceNames;
this.form.notifyPerson = val[0].intendanceIds;
@ -794,6 +790,11 @@
this.subpackageLsit = val[0].enterpriseInfos
//
this.personUpdateList = val[0].systemUsers
this.personUpdateList.forEach((item, index) => {
if (item.userId == val[0].dutyId) {
this.changePeopleIndex = index
}
});
} else if (type == 2) {
console.log('选择问题描述的数据', val);
//