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