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) { if (this.show) {
this.show = false; this.show = false;
clearInterval(this.timer) //timer clearInterval(this.timer) //timer
this.$.refs.modal.popupClose();
this.success({ this.success({
// cancel: false, // cancel: false,
confirm: true, confirm: true,
@ -83,7 +82,7 @@
cancelClose() { cancelClose() {
clearInterval(this.timer) //timer clearInterval(this.timer) //timer
this.$.refs.modal.popupClose(); this.$refs.modal.popupClose();
this.success({ this.success({
// cancel: true, // cancel: true,
confirm: false, confirm: false,

2
src/mycomponents/common/comMessage.vue

@ -77,7 +77,7 @@
if (this.show) { if (this.show) {
this.show = false; this.show = false;
clearInterval(this.timer) //timer clearInterval(this.timer) //timer
this.$.refs.modal.popupClose(); this.$refs.modal.popupClose();
this.success({ this.success({
// cancel: false, // cancel: false,
confirm: true, confirm: true,

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

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

Loading…
Cancel
Save