tangning 4 ore fa
parent
commit
9789b7a198

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

@@ -390,6 +390,7 @@
         api: operateSceneList,
         api: operateSceneList,
         title: `场景列表`,
         title: `场景列表`,
         columns: columnsAll,
         columns: columnsAll,
+        searchInfo: { sceneType: 2, isObj: '1' },
         useSearchForm: true,
         useSearchForm: true,
         formConfig: {
         formConfig: {
           labelWidth: 80,
           labelWidth: 80,

+ 1 - 1
src/views/productOperation/data.ts

@@ -398,7 +398,7 @@ export const searchFormData = (show) => [
       resultField: 'list',
       resultField: 'list',
       labelField: 'name',
       labelField: 'name',
       valueField: 'id',
       valueField: 'id',
-      params: { sceneType: !!show ? 2 : 1 },
+      params: { sceneType: !!show ? 2 : 0 },
     },
     },
     colProps: {
     colProps: {
       span: 6,
       span: 6,