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)