Merge branch 'dev-cq-bug' of http://192.168.0.56:3000/bonus/devicesmgt into dev-cq-bug
This commit is contained in:
commit
369c0c95c1
|
|
@ -796,7 +796,10 @@
|
||||||
this.open = true
|
this.open = true
|
||||||
this.type = type
|
this.type = type
|
||||||
this.selectionList = []
|
this.selectionList = []
|
||||||
this.dialogQueryParams = {}
|
this.dialogQueryParams = {
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 10,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
handleSee(row, type) {
|
handleSee(row, type) {
|
||||||
this.taskId = row.taskId
|
this.taskId = row.taskId
|
||||||
|
|
@ -804,7 +807,10 @@
|
||||||
this.open = true
|
this.open = true
|
||||||
this.type = type
|
this.type = type
|
||||||
this.selectionList = []
|
this.selectionList = []
|
||||||
this.dialogQueryParams = {}
|
this.dialogQueryParams = {
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 10,
|
||||||
|
}
|
||||||
this.resetForm('dialogQueryParams')
|
this.resetForm('dialogQueryParams')
|
||||||
},
|
},
|
||||||
getDialogList() {
|
getDialogList() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue