9bcbe676 by lihua

fix: 核验通过检验

1 parent 2539b68c
......@@ -465,9 +465,7 @@ const verifyDialogBtnClick = (btn, info) => {
return;
}
verifyDialogInfo.value.footer.btns[1].loading = true;
verifyDetailStatusChange(Object.assign({}, info, {
deliveryGuid: currTableData.value.guid
})).then((res: any) => {
verifyDetailStatusChange(currTableData.value.guid).then((res: any) => {
if (res?.code == proxy.$passCode) {
let exec = () => {
verifyDialogInfo.value.footer.btns[1].loading = true;
......@@ -487,6 +485,9 @@ const verifyDialogBtnClick = (btn, info) => {
if (res.data) {
proxy.$openMessageBox("合约策略执行的检验结果存在‘拒绝’,是否继续核验通过?", () => {
exec();
}, () => {
verifyDialogInfo.value.footer.btns[1].loading = false;
proxy.$ElMessage.info('已取消');
})
} else {
exec();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!