This commit is contained in:
xiaozhiyong
2023-02-21 18:10:53 +08:00
parent d2a10fe313
commit 31deda59a9

View File

@@ -582,7 +582,7 @@ export default {
title: "交易审核通过说明",
placeholder: "请输入交易审核通过说明",
auditMark: 1,
updateSource: "",
updateSource: "REFINERY_OMS_WEB",
});
this.controlWindows.examine = true;
},
@@ -592,7 +592,7 @@ export default {
title: "交易审核不通过说明",
placeholder: "请输入交易审核不通过说明",
auditMark: -1,
updateSource: "",
updateSource: "REFINERY_OMS_WEB",
});
this.controlWindows.examine = true;
},