lloydzhou 1 年之前
父節點
當前提交
e468fecf12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/store/sd.ts

+ 1 - 1
app/store/sd.ts

@@ -83,7 +83,7 @@ export const useSdStore = createPersistStore<
                   self.updateDraw({
                     ...data,
                     status: "error",
-                    error: JSON.stringify(resData),
+                    error: JSON.stringify(e),
                   });
                 });
             } else {