[fix 82917] 工作组、起草组批量添加成员,下拉框倒叙
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user