From 254d8f0605a26b5c2c8eecf6af3a2868968675ba Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 19 Apr 2023 10:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=80=E5=94=AE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue index c260ded8db..49384135f7 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue @@ -573,6 +573,8 @@ export default { this.$message({ showClose: true, type: 'error', message: '采购系统不能为空' }) return } + this.formobj.purchaseSystemName = this.purchaseName + this.formobj.purchaseSystemSid = this.purchaseSid this.cancel() this.currentLink = true this.dialogList.comment = '同意' @@ -631,8 +633,8 @@ export default { /** 同意任务 */ handleAgree() { this.linkByParameter.comment = this.dialogList.comment - this.linkByParameter.purchaseSystemName = this.purchaseName - this.linkByParameter.purchaseSystemSid = this.purchaseSid + this.linkByParameter.purchaseSystemName = this.formobj.purchaseSystemName + this.linkByParameter.purchaseSystemSid = this.formobj.purchaseSystemSid completeBy(this.linkByParameter).then((response) => { if (response.success) { this.$notify({