BUG 27019
This commit is contained in:
17
packages/2.0.5/AppGridBlock/components/add.vue
vendored
17
packages/2.0.5/AppGridBlock/components/add.vue
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user