From 0ce64810e414f5b04152b05e0137c47412e547d2 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Mon, 21 Dec 2020 14:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/assessment/stepList/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/kpi/assessment/stepList/index.vue b/src/views/kpi/assessment/stepList/index.vue index 12027ac..60467c7 100644 --- a/src/views/kpi/assessment/stepList/index.vue +++ b/src/views/kpi/assessment/stepList/index.vue @@ -254,7 +254,7 @@ export default { 'evaluationIds': '', 'flowProcess': null, 'pageSize': 10, - 'staffIds': this.$route.query.staffIds || '', + 'staffIds': '', 'staffName': '', 'startId': 10 }, @@ -302,6 +302,15 @@ export default { beforeRouteEnter (to, from, next) { if (from.name === 'assessment-homeList') { next(async vm => { + vm.params = { + 'currPage': 1, + 'evaluationIds': '', + 'flowProcess': null, + 'pageSize': 10, + 'staffIds': '', + 'staffName': '', + 'startId': 10 + } vm.tableData = [] vm.titleList = [] await vm.initData()