Ver código fonte

fix: 优化316

ldong 3 meses atrás
pai
commit
b57e35c2ea
1 arquivos alterados com 1 adições e 1 exclusões
  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()
     }