邓洁 : 修改搜索细节

This commit is contained in:
邓洁
2023-11-28 12:14:56 +08:00
parent 2000ce91af
commit 2a0144d1bd
10 changed files with 296 additions and 170 deletions

View File

@@ -53,14 +53,14 @@
options: {
styleIsolation: 'shared', // 解除样式隔离
},
watch: {
refresh(newVal, oldVal) {
console.log('newVal', newVal);
if (newVal) {
this.keyword = ''
}
}
},
// watch: {
// refresh(newVal, oldVal) {
// console.log('newVal', newVal);
// // if (newVal) {
// this.keyword = ''
// // }
// }
// },
onShow() {
if (this.type !== '0') {
this.open()
@@ -70,6 +70,9 @@
},
methods: {
resetInfo() {
this.keyword = ''
},
changeInput(e) {
this.$emit('getQueryInfo', e)
},