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) => {