Commit e665cc11 authored by jingnan's avatar jingnan 👀

三期出库明细默认刷新修改

parent 27b06b60
......@@ -43,6 +43,20 @@ export default {
},
computed: {},
watch: {
basicData: {
immediate: true,
deep: true,
handler() {
setTimeout(() => {
this.searchEvent({
items: [],
operator: 'AND'
})
}, 500)
}
}
},
mounted() {
},
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