tangning il y a 1 an
Parent
commit
6595c1a9eb
2 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 1 1
      .env.development
  2. 2 3
      src/views/productOperation/cameraScene.vue

+ 1 - 1
.env.development

@@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = ./
 
 
 # Cross-domain proxy, you can configure multiple
 # Cross-domain proxy, you can configure multiple
 # Please note that no line breaks
 # Please note that no line breaks
-VITE_PROXY = [["/qjkankan","https://test.4dkankan.com/qjkankan"],["/takelook","https://v4-test.4dkankan.com/takelook"],["/upload","https://v4-uat.4dkankan.com/service/manage/common/upload/files"],["/service","http://113.90.147.118:18469/service"],["/ucenter","http://113.90.147.118:18469/ucenter"]]
+VITE_PROXY = [["/qjkankan","https://test.4dkankan.com/qjkankan"],["/takelook","https://v4-test.4dkankan.com/takelook"],["/upload","https://v4-uat.4dkankan.com/service/manage/common/upload/files"],["/service","https://v4-uat.4dkankan.com/service"],["/ucenter","https://v4-uat.4dkankan.com/ucenter"]]
 # VITE_PROXY=[["/api","https://vvbin.cn/test"]]
 # VITE_PROXY=[["/api","https://vvbin.cn/test"]]
 
 
 # Delete console
 # Delete console

+ 2 - 3
src/views/productOperation/cameraScene.vue

@@ -15,7 +15,7 @@
       <BasicTable
       <BasicTable
         @register="registerTable"
         @register="registerTable"
         ref="tableRef"
         ref="tableRef"
-        :rowSelection="tableType == 3 ? false : rowSelection"
+        :rowSelection="tableType == 3 ? false : { type: 'checkbox' }"
       >
       >
         <template #toolbar>
         <template #toolbar>
           <a-button
           <a-button
@@ -349,7 +349,7 @@
         // rowSelection: { type: 'checkbox' },
         // rowSelection: { type: 'checkbox' },
         searchInfo: { type: tableType },
         searchInfo: { type: tableType },
         useSearchForm: true,
         useSearchForm: true,
-        formConfig: searchFormSs,
+        formConfig: searchForm,
         showTableSetting: true,
         showTableSetting: true,
         beforeFetch: (T) => {
         beforeFetch: (T) => {
           loading.value = true;
           loading.value = true;
@@ -544,7 +544,6 @@
         downloadOption,
         downloadOption,
         cancelDownload,
         cancelDownload,
         getTypeCheckPerm,
         getTypeCheckPerm,
-        rowSelection,
         clearSelectedRowKeys,
         clearSelectedRowKeys,
         getCheckPerm,
         getCheckPerm,
       };
       };