fix: 1451 维修详情里的序号显示NaN
This commit is contained in:
parent
33cce0d866
commit
f07c7663c9
|
|
@ -796,7 +796,10 @@
|
|||
this.open = true
|
||||
this.type = type
|
||||
this.selectionList = []
|
||||
this.dialogQueryParams = {}
|
||||
this.dialogQueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
}
|
||||
},
|
||||
handleSee(row, type) {
|
||||
this.taskId = row.taskId
|
||||
|
|
@ -804,7 +807,10 @@
|
|||
this.open = true
|
||||
this.type = type
|
||||
this.selectionList = []
|
||||
this.dialogQueryParams = {}
|
||||
this.dialogQueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
}
|
||||
this.resetForm('dialogQueryParams')
|
||||
},
|
||||
getDialogList() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue