queryForm 改变时 分页参数重置
parent
665bc8b27c
commit
5d5c6592b1
|
@ -509,9 +509,9 @@
|
||||||
this.queryTable()
|
this.queryTable()
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
// 每当 question 改变时,这个函数就会执行
|
queryForm: {
|
||||||
queryForm(newQueryForm, oldQueryForm) {
|
handler: 'resetPageParams',
|
||||||
this.resetPageParams()
|
deep: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
|
|
|
@ -380,9 +380,9 @@
|
||||||
this.queryTable()
|
this.queryTable()
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
// 每当 question 改变时,这个函数就会执行
|
queryForm: {
|
||||||
queryForm(newQueryForm, oldQueryForm) {
|
handler: 'resetPageParams',
|
||||||
this.resetPageParams()
|
deep: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
|
|
Loading…
Reference in New Issue