Browse Source

报错代码

hella_online_20240829
yufei0306 3 months ago
parent
commit
8c799e4069
  1. 3
      src/components/show-modal/show-modal.vue
  2. 2
      src/mycomponents/common/comMessage.vue
  3. 3
      src/pages/unPlanned/request/receiptRequestCreate.vue

3
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,

2
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,

3
src/pages/unPlanned/request/receiptRequestCreate.vue

@ -91,7 +91,8 @@
reasonList: [], //
reasonText: "",
reasonCode: "",
itemCodeTypeList:[]
itemCodeTypeList:[],
dataContent:{}
}
},

Loading…
Cancel
Save