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:{} } },