From e77075c9b6039f4b2917ba721d3469cddeffe572 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 19 Mar 2025 16:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=81=E7=A8=8B=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=BF=9E=E6=8E=A5=E7=9A=84=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=9E=84=E9=80=A0=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/mixins/FinancialModalMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/financial/mixins/FinancialModalMixin.js b/jshERP-web/src/views/financial/mixins/FinancialModalMixin.js index 00208309e..3f6d589e9 100644 --- a/jshERP-web/src/views/financial/mixins/FinancialModalMixin.js +++ b/jshERP-web/src/views/financial/mixins/FinancialModalMixin.js @@ -345,7 +345,7 @@ export const FinancialModalMixin = { if(this.model && this.model.billNo) { getPlatformConfigByKey({ "platformKey": "send_workflow_url" }).then((res) => { if (res && res.code === 200) { - let sendWorkflowUrl = res.data.platformValue + '?no=' + this.model.billNo + '&type=2' + let sendWorkflowUrl = res.data.platformValue + '&no=' + this.model.billNo + '&type=2' this.$refs.modalWorkflow.show(this.model, sendWorkflowUrl, this.model.billNo, 2, 320) this.$refs.modalWorkflow.title = "发起流程" }