[fix 82917] 工作组、起草组批量添加成员,下拉框倒叙
This commit is contained in:
@@ -303,7 +303,9 @@ export default {
|
|||||||
*/
|
*/
|
||||||
loadCurrentYearDraftingGroupList() {
|
loadCurrentYearDraftingGroupList() {
|
||||||
getAllDraftProjects({
|
getAllDraftProjects({
|
||||||
year: new Date().getFullYear()
|
year: new Date().getFullYear(),
|
||||||
|
column: 'createTime',
|
||||||
|
order: 'desc'
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.draftingGroupList = res.result
|
this.draftingGroupList = res.result
|
||||||
|
|||||||
@@ -627,7 +627,9 @@ export default {
|
|||||||
*/
|
*/
|
||||||
loadCurrentYearWorkingGroupList() {
|
loadCurrentYearWorkingGroupList() {
|
||||||
getAllWorkProjects({
|
getAllWorkProjects({
|
||||||
year: new Date().getFullYear()
|
year: new Date().getFullYear(),
|
||||||
|
column: 'createTime',
|
||||||
|
order: 'desc'
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.workingGroupList = res.result
|
this.workingGroupList = res.result
|
||||||
|
|||||||
Reference in New Issue
Block a user