Commit e250a565 authored by “lixuyan”'s avatar “lixuyan”

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents 21739af7 e665cc11
......@@ -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