|
@ -12,7 +12,7 @@ export const archivesCrud = { |
|
|
download: ['admin', 'archivesList:download'] |
|
|
download: ['admin', 'archivesList:download'] |
|
|
}, |
|
|
}, |
|
|
page: { |
|
|
page: { |
|
|
page: 0, |
|
|
|
|
|
|
|
|
page: 1, |
|
|
size: 10, |
|
|
size: 10, |
|
|
total: 0 |
|
|
total: 0 |
|
|
}, |
|
|
}, |
|
@ -121,14 +121,14 @@ export const archivesCrud = { |
|
|
} |
|
|
} |
|
|
if (this.categoryId !== null) { // 防止项目下无案卷门类情况
|
|
|
if (this.categoryId !== null) { // 防止项目下无案卷门类情况
|
|
|
this.selections = [] |
|
|
this.selections = [] |
|
|
this.page.page = isNaN(this.page.page - 1) ? 0 : this.page.page - 1 |
|
|
|
|
|
|
|
|
// this.page.page = isNaN(this.page.page - 1) ? 0 : this.page.page - 1
|
|
|
this.formVisible = false |
|
|
this.formVisible = false |
|
|
this.getTableDisplayFieldsLoading = true |
|
|
this.getTableDisplayFieldsLoading = true |
|
|
const params = { |
|
|
const params = { |
|
|
'categoryId': this.categoryId, |
|
|
'categoryId': this.categoryId, |
|
|
'parentsId': this.parentsId, |
|
|
'parentsId': this.parentsId, |
|
|
'isdel': this.recycleMain.isdel, |
|
|
'isdel': this.recycleMain.isdel, |
|
|
'page': this.page.page, |
|
|
|
|
|
|
|
|
'page': this.page.page - 1, |
|
|
'size': this.page.size, |
|
|
'size': this.page.size, |
|
|
'sort': this.arrySort, |
|
|
'sort': this.arrySort, |
|
|
'queryType': this.query.queryType, |
|
|
'queryType': this.query.queryType, |
|
|