@ -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() {
this.$refs.modal.popupClose();
// cancel: true,
confirm: false,
@ -77,7 +77,7 @@
@ -91,7 +91,8 @@
reasonList: [], //需求信息
reasonText: "",
reasonCode: "",
itemCodeTypeList:[]
itemCodeTypeList:[],
dataContent:{}
}
},