From 208a599b966932b436fbf978ecf82c9c6d44ef83 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Tue, 15 Dec 2020 11:56:10 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/process.vue b/src/views/kpi/assessment/performance/components/process.vue index 9bd993b..c90a8b5 100644 --- a/src/views/kpi/assessment/performance/components/process.vue +++ b/src/views/kpi/assessment/performance/components/process.vue @@ -461,7 +461,7 @@ export default { this.$message.error(res.msg) return } - this.form = {} + // this.form = {} this.taskInfo = await this.$parent.handleGetTaskDetail(this.taskInfo.detailId) this.dialogFormVisible = false this.handleGetChangeTaskList() @@ -620,7 +620,7 @@ export default { font-size: 16px; } &-content { - margin-bottom: 10px; + margin-bottom: 20px; max-height:2000px; transition:all 0.4s; box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);