【修改】分页
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user