细节优化

ds1.0
fanluyan 2 years ago
parent 3a67f2b188
commit 23fd2f1295

@ -371,7 +371,8 @@ export default {
requestArr: [], //requestid
sureloading: false,
offsetnum: "",
setNum: Math.floor(Math.random() * 10),
//setNum: Math.floor(Math.random() * 10),
setNum: 0,
compareloading: false,
timeProtocol: "",
@ -1208,7 +1209,7 @@ export default {
clearInterval(this.timers);
this.timers = null;
} else if (this.i > 9) {
this.isShowset = false;
//this.isShowset = false;
this.sureloading = false;
this.i = 0;
this.$message.warning("下发失败,请稍后再试!");

Loading…
Cancel
Save