Browse Source

fix: 优化316

ldong 3 months ago
parent
commit
b57e35c2ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/externalReport/List.vue

+ 1 - 1
src/views/externalReport/List.vue

@@ -51,7 +51,7 @@ async function getClassify(type='') {
     filterEmpty(classifyOptions.value)
 
     if(type === 'init') {
-        listState.classifys = collectClassifyOpts.value.length ? collectClassifyOpts.value.map(_ => _.Id) : [];
+        // listState.classifys = collectClassifyOpts.value.length ? collectClassifyOpts.value.map(_ => _.Id) : [];
         getList()
         handleShowFilter()
     }