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