90548efd by lihua

fix

1 parent 2bc45da1
......@@ -216,9 +216,9 @@ const dialogBtnClick = (btn, info) => {
dataReceiveRQVOS: jsonValue
};
saveDataReceiveContract(params).then((res: any) => {
dialogInfo.value.footer.btns[1].loading = false;
if (res.code == proxy.$passCode) {
proxy.$ElMessage.success('上传交付物成功');
dialogInfo.value.footer.btns[1].loading = false;
dialogInfo.value.visible = false;
emits('close', props.uploadDeliverItem.guid);
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!