app
wangxia 5 months ago
parent 8c052aad16
commit 0456035ae6

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

Loading…
Cancel
Save