tangning 8 달 전
부모
커밋
cf458a2482
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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) => {