优化
This commit is contained in:
parent
b6772bea3a
commit
0ce64810e4
@ -254,7 +254,7 @@ export default {
|
|||||||
'evaluationIds': '',
|
'evaluationIds': '',
|
||||||
'flowProcess': null,
|
'flowProcess': null,
|
||||||
'pageSize': 10,
|
'pageSize': 10,
|
||||||
'staffIds': this.$route.query.staffIds || '',
|
'staffIds': '',
|
||||||
'staffName': '',
|
'staffName': '',
|
||||||
'startId': 10
|
'startId': 10
|
||||||
},
|
},
|
||||||
@ -302,6 +302,15 @@ export default {
|
|||||||
beforeRouteEnter (to, from, next) {
|
beforeRouteEnter (to, from, next) {
|
||||||
if (from.name === 'assessment-homeList') {
|
if (from.name === 'assessment-homeList') {
|
||||||
next(async vm => {
|
next(async vm => {
|
||||||
|
vm.params = {
|
||||||
|
'currPage': 1,
|
||||||
|
'evaluationIds': '',
|
||||||
|
'flowProcess': null,
|
||||||
|
'pageSize': 10,
|
||||||
|
'staffIds': '',
|
||||||
|
'staffName': '',
|
||||||
|
'startId': 10
|
||||||
|
}
|
||||||
vm.tableData = []
|
vm.tableData = []
|
||||||
vm.titleList = []
|
vm.titleList = []
|
||||||
await vm.initData()
|
await vm.initData()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user