标准预警bug 51778
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div id="dynamicInformation" class="dynamic-information v-class">
|
||||
<div class="dynamic-content">
|
||||
<!-- 实施预警 -->
|
||||
<div class="dynamic" style="overflow-y: auto;">
|
||||
<div class="dynamic">
|
||||
<div class="container">
|
||||
<!-- <el-tabs v-model="activeName" @tab-click="handleClick">-->
|
||||
<!-- <el-tab-pane label="标准预警" name="STANDARD">-->
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user