[update] 修改bug79359
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user