From 04feda9ad21d61022393c68c758c29acd6cd0058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E9=AD=81?= <2403457699@qq.com> Date: Fri, 16 Dec 2022 11:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=BB=E4=BA=A1=E7=99=BB=E8=AE=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/smartSearchRule.vue | 2 +- src/views/modules/base/resi.vue | 9 ++++++--- src/views/modules/plugins/change/resideathAdd.vue | 6 +++--- src/views/modules/shequ/cpts/peopleDetail.vue | 4 +--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/components/smartSearchRule.vue b/src/views/components/smartSearchRule.vue index 8882e0718..772230924 100644 --- a/src/views/components/smartSearchRule.vue +++ b/src/views/components/smartSearchRule.vue @@ -822,10 +822,10 @@ export default { margin-left: 10px; width: 138px; height: 25px; - background: #dde8f3; text-align: center; border-radius: 3px; font-size: 12px; + color: #0056D6; font-family: Source Han Serif CN; font-weight: 600; line-height: 26px; diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index f95d42ab9..e9db9794d 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -247,13 +247,13 @@
重置 + @click="handlerReset" class="diy-button--common">重置 取消 + @click="handlerCancle" class="diy-button--common">取消 保存 + @click="handleSUbmit" class="diy-button--blue">保存
@@ -951,6 +951,9 @@ export default { await this.getFormList("edit"); await this.getrowInfo(row.icResiUserId); }, + handlerReset(){ + this.$refs.baseForm.resetForm(); + }, async handleAdd () { await this.getFormList(); this.dialogVisible = true; diff --git a/src/views/modules/plugins/change/resideathAdd.vue b/src/views/modules/plugins/change/resideathAdd.vue index c7812dd8c..ac6ed6e04 100644 --- a/src/views/modules/plugins/change/resideathAdd.vue +++ b/src/views/modules/plugins/change/resideathAdd.vue @@ -8,7 +8,7 @@ :rules="dataRule" class="m-form">