@@ -103,7 +103,7 @@ export default {
position: fixed;
left: 50%;
transform: translateX(-50%);
- bottom: 104upx;
+ bottom: 60upx;
width: 532upx;
height: 80upx;
background: #FFFFFF;
@@ -184,6 +184,7 @@ export default {
}];
if (checkRes && regionRes && this.typeIndex != -1) {
+ this.disabled = true;
this.$http.post(saveApply, {
entity,
field
@@ -193,8 +194,10 @@ export default {
type: 'reset'
})
this.typeIndex = -1;
- this.region = []
+ this.region = [];
+ this.disabled = false;
}).catch(err => {
console.log('err')
}