From ed8a63f965ad16797094999e11ab283949395670 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Wed, 16 Dec 2020 19:10:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kpi/assessment/stepList/index.vue b/src/views/kpi/assessment/stepList/index.vue index 94a7d5f..560d805 100644 --- a/src/views/kpi/assessment/stepList/index.vue +++ b/src/views/kpi/assessment/stepList/index.vue @@ -304,7 +304,7 @@ export default { const obj = this.titleList.find(i => i.active) if (obj.num === 0) return this.$message.info('暂无可催办人员!') const params = { - startId: this.startId[0], + startId: this.startId[1], flowProcess: obj.flowProcess } const res = await apiManagerUrging(params)