|
@@ -184,6 +184,7 @@ export default {
|
|
}];
|
|
}];
|
|
|
|
|
|
if (checkRes && regionRes && this.typeIndex != -1) {
|
|
if (checkRes && regionRes && this.typeIndex != -1) {
|
|
|
|
+ this.disabled = true;
|
|
this.$http.post(saveApply, {
|
|
this.$http.post(saveApply, {
|
|
entity,
|
|
entity,
|
|
field
|
|
field
|
|
@@ -193,8 +194,10 @@ export default {
|
|
type: 'reset'
|
|
type: 'reset'
|
|
})
|
|
})
|
|
this.typeIndex = -1;
|
|
this.typeIndex = -1;
|
|
- this.region = []
|
|
|
|
|
|
+ this.region = [];
|
|
|
|
+ this.disabled = false;
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
|
+ this.disabled = false;
|
|
console.log('err')
|
|
console.log('err')
|
|
})
|
|
})
|
|
}
|
|
}
|