Commit 6ce5f21e authored by jingnan's avatar jingnan 👀

入库批量检验保存时接口多次调用bug修改

parent 733e9f1b
......@@ -6,6 +6,7 @@
<template>
<div class="warehouseInTest">
<dee-as-com
:key="refreshKey"
ref="applyTable"
class="list-table"
:basic-data=" { selectData,selectionRows }"
......@@ -27,7 +28,8 @@ export default {
},
data() {
return {
selectionRows: []
selectionRows: [],
refreshKey: 1
}
},
computed: {},
......@@ -36,7 +38,7 @@ export default {
mounted() {
this.$bus.$on('refreshBackItem', () => {
this.$nextTick(() => {
this.$bus.$emit('reloadModuleList')
this.refreshKey++
})
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment