系统检查areaId=1接口参数去除

main
许宏杰 2 weeks ago
parent 48860a9849
commit 7512441c61

1
.gitignore vendored

@ -2,3 +2,4 @@
/.idea/
/dist/
/dist1/
/assets/

@ -51,7 +51,7 @@
</div>
</div>
<div class="section-superviseObject">
<module-title>监管对象</module-title>
<module-title>监管对象11</module-title>
<div class="section-object">
<div class="section-bg">
<div
@ -231,7 +231,9 @@
<div class="dialog_little_title">受攻击IP国家</div>
</el-col>
<el-col :span="18">
<div class="dialog_little_ctn">{{ tableDataPop.sattackIpArea }}</div>
<div class="dialog_little_ctn">
{{ tableDataPop.sattackIpArea }}
</div>
</el-col>
</el-row>
<el-row>
@ -733,7 +735,7 @@ export default {
}
if (this.dialogType == "系统监测") {
this.dialogWidth = "2100px";
this.queryParams.areaId = 1;
// this.queryParams.areaId = 1;
if (!this.queryParams.type) {
this.queryParams.type = type;
}

Loading…
Cancel
Save