jihuaqiang 3 달 전
부모
커밋
11d3848a60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/weData/gzh/index.tsx

+ 1 - 1
src/views/weData/gzh/index.tsx

@@ -156,7 +156,7 @@ const Gzh: React.FC = () => {
       });
       
       if (res.success && res.data) {
-        if (type === 0 || type === 2) {
+        if (type === 0 || type === 2 || type === 5) {
           setAllDataSource(res.data.objs || []);
         } else {
           setSeparateDataSource(res.data.objs || []);