jihuaqiang 2 hari lalu
induk
melakukan
11d3848a60
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 || []);