11wqe1 5 ヶ月 前
コミット
b95fc744f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/mixins/mixin.js

+ 1 - 1
src/mixins/mixin.js

@@ -50,7 +50,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" })