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"},
|
{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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user