BUG 27019

This commit is contained in:
aixianling
2022-01-25 17:53:38 +08:00
parent 33d69091f8
commit 3c0a4c9372

View File

@@ -279,7 +279,8 @@ export default {
{required: true, message: "请选择网格层级", trigger: "change"}, {required: true, message: "请选择网格层级", trigger: "change"},
], ],
girdCode: [ girdCode: [
{required: true, message: "请输入网格编号", trigger: "blur"}, {required: true, message: "请输入 网格编号"},
{pattern: /^\d$/g, message: "请输入 数字"},
] ]
}; };
}, },
@@ -385,12 +386,10 @@ export default {
this.eventOn(); this.eventOn();
} }
}) })
.catch((e) => {
});
}, },
getCorpLocation(){ getCorpLocation() {
this.instance.post("/app/appdvcpconfig/getCorpLocation").then(res=>{ this.instance.post("/app/appdvcpconfig/getCorpLocation").then(res => {
if(res.code==0){ if (res.code == 0) {
this.location = res.data this.location = res.data
} }
}) })
@@ -518,11 +517,13 @@ export default {
.add-block { .add-block {
width: 100%; width: 100%;
height: 100%; height: 100%;
::v-deep .amap-copyright { ::v-deep .amap-copyright {
display: none!important; display: none !important;
} }
::v-deep .amap-logo { ::v-deep .amap-logo {
display: none!important; display: none !important;
} }
.above { .above {