[fix 82917] 工作组、起草组批量添加成员,下拉框倒叙

This commit is contained in:
danshihao
2024-03-21 18:01:46 +08:00
parent c9a42b6a43
commit 0ef67a19f7
2 changed files with 6 additions and 2 deletions
@@ -627,7 +627,9 @@ export default {
*/
loadCurrentYearWorkingGroupList() {
getAllWorkProjects({
year: new Date().getFullYear()
year: new Date().getFullYear(),
column: 'createTime',
order: 'desc'
}).then(res => {
if (res.success) {
this.workingGroupList = res.result