tangning 8 ay önce
ebeveyn
işleme
cf458a2482
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      src/views/productOperation/cameraScene.vue

+ 4 - 0
src/views/productOperation/cameraScene.vue

@@ -218,6 +218,10 @@
         showTableSetting: true,
         beforeFetch: (T) => {
           loading.value = true;
+          if (T.shootCounts) {
+            T.shootCountMin = T.shootCounts[0];
+            T.shootCountMax = T.shootCounts[1];
+          }
           return T;
         },
         afterFetch: (T) => {