From cba97c61ff0093875b9235a2ec0f6a3d7bce4b2c Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Mon, 14 Dec 2020 15:15: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/performance/components/process.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/process.vue b/src/views/kpi/assessment/performance/components/process.vue index 00c4856..83baae9 100644 --- a/src/views/kpi/assessment/performance/components/process.vue +++ b/src/views/kpi/assessment/performance/components/process.vue @@ -26,7 +26,7 @@ type="text">添加 -
+
@@ -327,7 +327,7 @@ export default { }, form: { name: '', - processRate: '0' + processRate: 0 }, pinglunForm: {}, pinglunList: [], @@ -488,6 +488,7 @@ export default { i.updateProcess = false i.editProcess = false }) + this.dialogFormVisible = false if (type) { this.form = Object.assign({}, i) this.form.taskId = this.form.id @@ -505,6 +506,7 @@ export default { i.updateProcess = false i.editProcess = false }) + this.dialogFormVisible = false i.editProcess = type this.form = Object.assign({}, i) this.form.taskId = this.form.id