档案管理调整
This commit is contained in:
parent
5e81d39c86
commit
b19547a914
|
@ -140,7 +140,7 @@ export default {
|
||||||
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
|
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
|
||||||
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
|
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
|
||||||
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
|
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
|
||||||
defaultActiveKey: 1
|
defaultActiveKey: '1'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -156,7 +156,7 @@ export default {
|
||||||
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
|
archivesUserProjectTable1ProjectName: this.tabs1.queryParam.projectName,
|
||||||
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
|
archivesUserProjectTable1FinishState: this.tabs1.queryParam.finishState,
|
||||||
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
|
archivesUserProjectTable1PageNum: this.$refs.table1.localPagination.current,
|
||||||
defaultActiveKey: 1
|
defaultActiveKey: '1'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -171,7 +171,7 @@ export default {
|
||||||
archivesUserPageNum: this.$route.query.archivesUserPageNum,
|
archivesUserPageNum: this.$route.query.archivesUserPageNum,
|
||||||
archivesUserProjectTable2projectName: this.tabs2.queryParam.projectName,
|
archivesUserProjectTable2projectName: this.tabs2.queryParam.projectName,
|
||||||
archivesUserProjectTable2PageNum: this.$refs.table2.localPagination.current,
|
archivesUserProjectTable2PageNum: this.$refs.table2.localPagination.current,
|
||||||
defaultActiveKey: 2
|
defaultActiveKey: '2'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue