|
|
|
@ -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("下发失败,请稍后再试!");
|
|
|
|
|