[update] 修改bug79359

This commit is contained in:
lideqin
2023-12-29 09:52:43 +08:00
parent 564efe05c7
commit e02f65d606
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -207,7 +207,12 @@ export default {
} }
], ],
image: false, image: false,
imageUrl: null imageUrl: null,
/* 排序参数 */
isorter: {
column: 'createTime',
order: 'asc'
}
} }
}, },
methods: { methods: {
@@ -25,7 +25,12 @@ export default {
processKey: '', processKey: '',
loading: false, loading: false,
currentNodeName: '', currentNodeName: '',
personnelInfoData: [] personnelInfoData: [],
/* 排序参数 */
isorter: {
column: 'createTime',
order: 'asc'
}
} }
}, },
mounted () { mounted () {