This commit is contained in:
parent
a570d12c44
commit
579a838361
|
|
@ -701,6 +701,9 @@ export default {
|
||||||
console.log('查看', row)
|
console.log('查看', row)
|
||||||
this.dialogTitle = '查看'
|
this.dialogTitle = '查看'
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
|
// 重置分页参数
|
||||||
|
this.dialogForm.pageNum = 1
|
||||||
|
this.dialogForm.pageSize = 10
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.dialogForm.code = row.code
|
this.dialogForm.code = row.code
|
||||||
this.getDetailsList()
|
this.getDetailsList()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue