fix: 修改轮循

This commit is contained in:
zhangds 2024-04-11 02:01:07 +08:00
parent 09560d95b8
commit 0b81014e4f
4 changed files with 0 additions and 12 deletions

View File

@ -372,9 +372,6 @@
setTimeout(() => { setTimeout(() => {
self.groupProductVoucherDetail(); self.groupProductVoucherDetail();
}, 5000) }, 5000)
} else {
clearInterval(self.timeGet)
self.timeGet = null;
} }
// 代码暂时这样 // 代码暂时这样

View File

@ -372,9 +372,6 @@
setTimeout(() => { setTimeout(() => {
self.groupProductVoucherDetail(); self.groupProductVoucherDetail();
}, 5000) }, 5000)
} else {
clearInterval(self.timeGet)
self.timeGet = null;
} }
// 代码暂时这样 // 代码暂时这样

View File

@ -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)

View File

@ -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)