duy 4 ヶ月 前
コミット
58099b86e6
1 ファイル変更5 行追加3 行削除
  1. 5 3
      pages/putStorage/putStorage.vue

+ 5 - 3
pages/putStorage/putStorage.vue

@@ -264,11 +264,12 @@
             })
             return;
         }
-        manualStorageLoading.value = true;
-        console.log(storageIds.value, 'storageIds.value');
+
+
         if (storageIds.value.length < 1) {
             return;
         }
+          manualStorageLoading.value = true;
         const {
             error,
             code,
@@ -312,10 +313,11 @@
             })
             return;
         }
-        reportLoad.value = true;
+
         if (storageIds.value.length < 1) {
             return;
         }
+         reportLoad.value = true;
         const {
             error,
             code,