flat: 被驳回也可以修改

This commit is contained in:
Apcallover
2024-04-19 17:21:50 +08:00
parent e69077b93e
commit 62237a8245

View File

@@ -245,10 +245,8 @@ export default {
});
return;
}
let idList = this.selectionList.filter((item) => item.reviewStatus === 0).map((v) => v.id)
if (idList.length == 0) {
this.$message.error("只能提交【审核中】的任务");
} else {
let idList = this.selectionList.map((v) => v.id)
let h = this.$createElement;
this.$prompt(
h("p", {style: "color: #F56C6C"}, "一旦驳回无法进行后续操作"),
@@ -278,7 +276,6 @@ export default {
}
}
)
}
},
handelFetchAuditing(idList, reviewState, msg, message) {
return new Promise((resolve, reject) => {