Browse Source

检验单提示

lijuncheng0816
zhang_li 1 month ago
parent
commit
6e1ba14992
  1. 16
      src/pages/pointPutawayJob/index.vue

16
src/pages/pointPutawayJob/index.vue

@ -85,6 +85,7 @@
</button>
</view>
<comMessage ref="comMessage"></comMessage>
</view>
</template>
@ -319,7 +320,14 @@
this.showTableInspectDTOList = this.data1.inspectDTOList
}
console.log(233, this.showTableInspectDTOList)
}
},
showMessage(message) {
this.$refs.comMessage.showMessage(message, res => {
if (res) {
}
});
},
},
watch: {
isLoadFinish: {
@ -364,6 +372,12 @@
this.tabIndex =2
}
this.getTableInspectDTOList()
}).catch(error=>{
this.$refs.comMessage.showMessage(error, res => {
if (res) {
}
});
})
}

Loading…
Cancel
Save