pull/1/head
xiaozhiyong 2 years ago
parent d2a10fe313
commit 31deda59a9
  1. 4
      src/views/financialCenter/enterpriseRecharge/index.vue

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

Loading…
Cancel
Save