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,8 +386,6 @@ export default {
this.eventOn();
}
})
.catch((e) => {
});
},
getCorpLocation() {
this.instance.post("/app/appdvcpconfig/getCorpLocation").then(res => {
@@ -518,9 +517,11 @@ export default {
.add-block {
width: 100%;
height: 100%;
::v-deep .amap-copyright {
display: none !important;
}
::v-deep .amap-logo {
display: none !important;
}