Browse Source

盘点差异录入

liuzhuang 3 năm trước cách đây
mục cha
commit
061e2cf0cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Scope.ts

+ 1 - 1
src/Scope.ts

@@ -96,7 +96,7 @@ export class Scope {
      */
     setLoading(value: boolean) {
         const scope = this
-        scope._handle.setLoading(value)
+        scope._handle?.setLoading(value)
     }
 
     /**