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