[update] 修改bug79359
This commit is contained in:
@@ -25,7 +25,12 @@ export default {
|
||||
processKey: '',
|
||||
loading: false,
|
||||
currentNodeName: '',
|
||||
personnelInfoData: []
|
||||
personnelInfoData: [],
|
||||
/* 排序参数 */
|
||||
isorter: {
|
||||
column: 'createTime',
|
||||
order: 'asc'
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user