From 1a9620eb905f7875d24fab89b40a07df2e5b8423 Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Thu, 20 Mar 2025 21:48:30 +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/bill/mixins/BillModalMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/bill/mixins/BillModalMixin.js b/jshERP-web/src/views/bill/mixins/BillModalMixin.js index 8c02ea9ea..aafc2b9eb 100644 --- a/jshERP-web/src/views/bill/mixins/BillModalMixin.js +++ b/jshERP-web/src/views/bill/mixins/BillModalMixin.js @@ -1029,7 +1029,7 @@ export const BillModalMixin = { if(this.model && this.model.number) { getPlatformConfigByKey({ "platformKey": "send_workflow_url" }).then((res) => { if (res && res.code === 200) { - let sendWorkflowUrl = res.data.platformValue + '?no=' + this.model.number + '&type=1' + let sendWorkflowUrl = res.data.platformValue + '&no=' + this.model.number + '&type=1' this.$refs.modalWorkflow.show(this.model, sendWorkflowUrl, this.model.number, 1, 320) this.$refs.modalWorkflow.title = "发起流程" }