fix: 修改轮循
This commit is contained in:
parent
09560d95b8
commit
0b81014e4f
|
@ -372,9 +372,6 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
self.groupProductVoucherDetail();
|
self.groupProductVoucherDetail();
|
||||||
}, 5000)
|
}, 5000)
|
||||||
} else {
|
|
||||||
clearInterval(self.timeGet)
|
|
||||||
self.timeGet = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 代码暂时这样
|
// 代码暂时这样
|
||||||
|
|
|
@ -372,9 +372,6 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
self.groupProductVoucherDetail();
|
self.groupProductVoucherDetail();
|
||||||
}, 5000)
|
}, 5000)
|
||||||
} else {
|
|
||||||
clearInterval(self.timeGet)
|
|
||||||
self.timeGet = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 代码暂时这样
|
// 代码暂时这样
|
||||||
|
|
|
@ -370,9 +370,6 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
self.groupProductVoucherDetail();
|
self.groupProductVoucherDetail();
|
||||||
}, 5000)
|
}, 5000)
|
||||||
} else {
|
|
||||||
clearInterval(self.timeGet)
|
|
||||||
self.timeGet = null;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
self.openErrorDialog(res.message)
|
self.openErrorDialog(res.message)
|
||||||
|
|
|
@ -371,9 +371,6 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
self.groupProductVoucherDetail();
|
self.groupProductVoucherDetail();
|
||||||
}, 5000)
|
}, 5000)
|
||||||
} else {
|
|
||||||
clearInterval(self.timeGet)
|
|
||||||
self.timeGet = null;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
self.openErrorDialog(res.message)
|
self.openErrorDialog(res.message)
|
||||||
|
|
Loading…
Reference in New Issue