fix: 增加其他状态停止定时器
This commit is contained in:
parent
d362ffa629
commit
09560d95b8
|
@ -372,6 +372,9 @@
|
|||
setTimeout(() => {
|
||||
self.groupProductVoucherDetail();
|
||||
}, 5000)
|
||||
} else {
|
||||
clearInterval(self.timeGet)
|
||||
self.timeGet = null;
|
||||
}
|
||||
|
||||
// 代码暂时这样
|
||||
|
|
|
@ -372,6 +372,9 @@
|
|||
setTimeout(() => {
|
||||
self.groupProductVoucherDetail();
|
||||
}, 5000)
|
||||
} else {
|
||||
clearInterval(self.timeGet)
|
||||
self.timeGet = null;
|
||||
}
|
||||
|
||||
// 代码暂时这样
|
||||
|
|
|
@ -370,6 +370,9 @@
|
|||
setTimeout(() => {
|
||||
self.groupProductVoucherDetail();
|
||||
}, 5000)
|
||||
} else {
|
||||
clearInterval(self.timeGet)
|
||||
self.timeGet = null;
|
||||
}
|
||||
} else {
|
||||
self.openErrorDialog(res.message)
|
||||
|
|
|
@ -371,6 +371,9 @@
|
|||
setTimeout(() => {
|
||||
self.groupProductVoucherDetail();
|
||||
}, 5000)
|
||||
} else {
|
||||
clearInterval(self.timeGet)
|
||||
self.timeGet = null;
|
||||
}
|
||||
} else {
|
||||
self.openErrorDialog(res.message)
|
||||
|
|
Loading…
Reference in New Issue