app
wangxia 5 months ago
parent 8c052aad16
commit 0456035ae6

@ -188,6 +188,7 @@ export default {
agreeRadio: ["agree"], agreeRadio: ["agree"],
jobData: [], jobData: [],
zhengceTextList: [], zhengceTextList: [],
btnLaoding:false
}; };
}, },
onShow() { onShow() {
@ -443,6 +444,10 @@ export default {
}); });
return false; return false;
} }
if(that.btnLaoding){
return
}
that.btnLaoding= true
let submitInfo = { let submitInfo = {
...that.updateInfo, ...that.updateInfo,
@ -484,6 +489,7 @@ export default {
duration: 2000, duration: 2000,
}); });
// that.persenInfo = []; // that.persenInfo = [];
that.btnLaoding= false
// that.$forceUpdate(); // that.$forceUpdate();
setTimeout(() => { setTimeout(() => {

Loading…
Cancel
Save