档案管理调整

This commit is contained in:
qinjie 2021-09-11 00:36:50 +08:00
parent 5e81d39c86
commit b19547a914
1 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ export default {
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
defaultActiveKey: 1
defaultActiveKey: '1'
}
});
},
@ -156,7 +156,7 @@ export default {
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
defaultActiveKey: 1
defaultActiveKey: '1'
}
});
},
@ -171,7 +171,7 @@ export default {
archivesUserPageNum: this.$route.query.archivesUserPageNum,
archivesUserProjectTable2projectName: this.tabs2.queryParam.projectName,
archivesUserProjectTable2PageNum: this.$refs.table2.localPagination.current,
defaultActiveKey: 2
defaultActiveKey: '2'
}
});
},