From 8c799e4069137d5f106ed78c5bacb3fec129042e Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Wed, 12 Jun 2024 18:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/show-modal/show-modal.vue | 3 +-- src/mycomponents/common/comMessage.vue | 2 +- src/pages/unPlanned/request/receiptRequestCreate.vue | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/show-modal/show-modal.vue b/src/components/show-modal/show-modal.vue index 554f06f1..b9dd4784 100644 --- a/src/components/show-modal/show-modal.vue +++ b/src/components/show-modal/show-modal.vue @@ -73,7 +73,6 @@ if (this.show) { this.show = false; clearInterval(this.timer) //清空timer - this.$.refs.modal.popupClose(); this.success({ // cancel: false, confirm: true, @@ -83,7 +82,7 @@ cancelClose() { clearInterval(this.timer) //清空timer - this.$.refs.modal.popupClose(); + this.$refs.modal.popupClose(); this.success({ // cancel: true, confirm: false, diff --git a/src/mycomponents/common/comMessage.vue b/src/mycomponents/common/comMessage.vue index b81f2019..62f2c9b4 100644 --- a/src/mycomponents/common/comMessage.vue +++ b/src/mycomponents/common/comMessage.vue @@ -77,7 +77,7 @@ if (this.show) { this.show = false; clearInterval(this.timer) //清空timer - this.$.refs.modal.popupClose(); + this.$refs.modal.popupClose(); this.success({ // cancel: false, confirm: true, diff --git a/src/pages/unPlanned/request/receiptRequestCreate.vue b/src/pages/unPlanned/request/receiptRequestCreate.vue index 1b0884c4..04dacd90 100644 --- a/src/pages/unPlanned/request/receiptRequestCreate.vue +++ b/src/pages/unPlanned/request/receiptRequestCreate.vue @@ -91,7 +91,8 @@ reasonList: [], //需求信息 reasonText: "", reasonCode: "", - itemCodeTypeList:[] + itemCodeTypeList:[], + dataContent:{} } },