mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
撤回的评估 还在添加评估列表里
This commit is contained in:
@@ -3583,9 +3583,12 @@ export default {
|
||||
console.log("get task", res.data.data);
|
||||
if (res.data.code === 200) {
|
||||
// 判断当前审核是否通过
|
||||
if (res.data.data.projectAuditLogDtoList !== null) {
|
||||
if (res.data.data.status == -5 && res.data.data.projectAuditLogDtoList !== null) {
|
||||
console.log("审核信息是什么", res.data.data.projectAuditLogDtoList);
|
||||
let dataset = res.data.data.projectAuditLogDtoList;
|
||||
state.passInfo = dataset[dataset.length-1];
|
||||
|
||||
/**
|
||||
for (let i = 0; i < dataset.length; i++) {
|
||||
if (dataset[i].status == -5) {
|
||||
state.isPass = true;
|
||||
@@ -3593,6 +3596,7 @@ export default {
|
||||
}
|
||||
// isPass passInfo
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
let info = res.data.data.projectInfo;
|
||||
|
||||
Reference in New Issue
Block a user