Commit abaa5ecd authored by jingnan's avatar jingnan 👀

验收入库申请批量可以编辑

parent 095926bc
...@@ -90,6 +90,13 @@ export default { ...@@ -90,6 +90,13 @@ export default {
created() { created() {
}, },
mounted() { mounted() {
this.$bus.$on('refreshInstorageItem', () => {
this.$nextTick(() => {
if (this.$refs[this.active + 'Table']) {
this.$refs[this.active + 'Table'].$refs.asCom.getData(this.searchItems)
}
})
})
}, },
// 组件方法 // 组件方法
methods: { methods: {
......
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