【修改】分页

This commit is contained in:
zhoulingpo
2023-05-18 14:50:42 +08:00
parent a4204fb6f1
commit 6d30ab2a44
5 changed files with 5 additions and 0 deletions
@@ -78,6 +78,7 @@ export default {
watch:{ watch:{
form:{ form:{
handler(){ handler(){
this.q.current=1
console.log("我见他",this.form) console.log("我见他",this.form)
this.loadData() this.loadData()
}, },
@@ -116,6 +116,7 @@ export default {
watch: { watch: {
form:{ form:{
handler(){ handler(){
this.q.current=1
console.log("我见他",this.form) console.log("我见他",this.form)
this.loadData() this.loadData()
}, },
@@ -78,6 +78,7 @@ export default {
watch:{ watch:{
form:{ form:{
handler(){ handler(){
this.q.current=1
console.log("我见他",this.form) console.log("我见他",this.form)
this.loadData() this.loadData()
}, },
@@ -86,6 +86,7 @@ export default {
form:{ form:{
handler(){ handler(){
console.log("我见他",this.form) console.log("我见他",this.form)
this.q.current=1
this.loadData() this.loadData()
}, },
deep:true deep:true
@@ -70,6 +70,7 @@ export default {
watch: { watch: {
form:{ form:{
handler(){ handler(){
this.q.current=1
console.log("我见他",this.form) console.log("我见他",this.form)
this.loadData() this.loadData()
}, },