查询拟强制注销业务改为分页查询
This commit is contained in:
parent
d6fb99abe6
commit
9519c70a51
|
|
@ -111,8 +111,8 @@ export default {
|
|||
forceType: '1'
|
||||
}).then((data) => {
|
||||
return {
|
||||
tableData: data,
|
||||
total: data.length
|
||||
tableData: data.records,
|
||||
total: data.total
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue