From 98b1dded34628a2f8a24424c4078b6c563d88194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 15 Mar 2022 10:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E9=A2=84=E8=AD=A6bug=2051778?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardWarning.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 0d0d7d54e..5e53efff1 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -3,7 +3,7 @@
-
+
@@ -689,11 +689,11 @@ export default { this.$http.get('sys/EarlyWarning/ChangePermissions', { id: row.id, }, {}, res => { - this.pageConfig.page = 1 - this.pageConfig.newPolicyPage = 1 - this.pageConfig.oldPolicyPage = 1 - this.searchBtnClick() - this.getEarlyDate() + this.pageConfig.page = 1 + this.pageConfig.newPolicyPage = 1 + this.pageConfig.oldPolicyPage = 1 + this.searchBtnClick() + this.getEarlyDate() } ) }).catch(() => { @@ -1049,7 +1049,7 @@ export default { .content { padding-bottom: 10px; - height: calc(~'100% - 7%'); + height: calc(~'100% - 25%') ; /deep/ .el-button--mini { padding: 5px 7px;