Browse Source

修复bug

tangning 2 months ago
parent
commit
ac308c9fbf
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/scenes/list.vue

+ 5 - 5
src/views/scenes/list.vue

@@ -315,7 +315,7 @@
         //   },
         // },
         {
-          title: t('routes.scenes.sceneName'),
+          title: t('routes.scenes.name'),
           dataIndex: 'sceneName',
           ellipsis: false,
           width: 120,
@@ -477,10 +477,10 @@
           }
           return T;
         },
-        // handleSearchInfoFn: (T) => {
-        //   console.log('handleSearchInfoFn', T);
-        //   return T;
-        // },
+        handleSearchInfoFn: (T) => {
+          handleItem({});
+          return T;
+        },
         afterFetch: (T) => {
           loading.value = false;