From 941e570b51e2787c119abac53ad084f77b7c5def Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Thu, 3 Dec 2020 18:03: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 --- .../kpi/assessment/performance/components/UseButton/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/UseButton/index.vue b/src/views/kpi/assessment/performance/components/UseButton/index.vue index b0afa75..a50b67f 100644 --- a/src/views/kpi/assessment/performance/components/UseButton/index.vue +++ b/src/views/kpi/assessment/performance/components/UseButton/index.vue @@ -306,14 +306,12 @@ export default { }, // 催办 handleCuiban () { - if (!this.info) return this.$confirm('确认对该节点处理人进行催办?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(async () => { const obj = { status: 3, menuName: '催办了' } - if (this.info) obj.flowRecordId = this.info.flowRecordId const params = Object.assign({}, this.form, { resultRecordId: this.resultRecordId || '' }, obj) this.$loadingStart() let res = await apiSaveapproval(params)