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