【修改】分页

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:{
form:{
handler(){
this.q.current=1
console.log("我见他",this.form)
this.loadData()
},
@@ -116,6 +116,7 @@ export default {
watch: {
form:{
handler(){
this.q.current=1
console.log("我见他",this.form)
this.loadData()
},
@@ -78,6 +78,7 @@ export default {
watch:{
form:{
handler(){
this.q.current=1
console.log("我见他",this.form)
this.loadData()
},
@@ -86,6 +86,7 @@ export default {
form:{
handler(){
console.log("我见他",this.form)
this.q.current=1
this.loadData()
},
deep:true
@@ -70,6 +70,7 @@ export default {
watch: {
form:{
handler(){
this.q.current=1
console.log("我见他",this.form)
this.loadData()
},