Explorar o código

Merge branch 'yh316' into debug

ldong hai 3 meses
pai
achega
70c7f22cc9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
     }