feat: total156 设置默认为 0
This commit is contained in:
parent
1daea37776
commit
bc33619a91
@ -139,7 +139,7 @@ export default {
|
||||
pagination: {
|
||||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 156
|
||||
total: 0
|
||||
},
|
||||
selectedRows: []
|
||||
}
|
||||
|
||||
@ -207,7 +207,7 @@ export default {
|
||||
{ id: 'RETURNED', label: '已撤回' }
|
||||
],
|
||||
tableData: [],
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 156 },
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 0 },
|
||||
showProgressDetail: false,
|
||||
currentApprovalDetail: null,
|
||||
approvalDialogVisible: false,
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
data: function() {
|
||||
return {
|
||||
tableData: [],
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 156 },
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 0 },
|
||||
showEngineDetail: false,
|
||||
showEngineCheck: false,
|
||||
currentModel: '',
|
||||
|
||||
@ -134,7 +134,7 @@ export default {
|
||||
data: function() {
|
||||
return {
|
||||
tableData: [],
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 156 },
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 0 },
|
||||
showEngineDetail: false,
|
||||
showEngineCheck: false,
|
||||
currentModel: '',
|
||||
|
||||
@ -113,7 +113,7 @@ export default {
|
||||
data: function() {
|
||||
return {
|
||||
tableData: [],
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 156 },
|
||||
pagination: { currentPage: 1, pageSize: 10, total: 0 },
|
||||
showEngineDetail: false,
|
||||
showEngineCheck: false,
|
||||
currentModel: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user