[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
@@ -25,7 +25,12 @@ export default {
processKey: '',
loading: false,
currentNodeName: '',
personnelInfoData: []
personnelInfoData: [],
/* 排序参数 */
isorter: {
column: 'createTime',
order: 'asc'
}
}
},
mounted () {