|
|
@@ -51,7 +51,10 @@ export const myMixin = {
|
|
|
}
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
- return this.addOp3(userTime, loadTime, object, status,'selectUser2');
|
|
|
+ setTimeout(() => {
|
|
|
+ this.addOp3(userTime, loadTime, object, status,'selectUser2');
|
|
|
+ }, 10000);
|
|
|
+ return
|
|
|
}
|
|
|
let _time = new Date()
|
|
|
.toLocaleString("zh-CN", { hour12: false, timeZone: "Asia/Shanghai" })
|