Explorar el Código

Merge branch 'develop'

xjj hace 2 años
padre
commit
ac7389c3cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/List/List.js

+ 1 - 1
src/pages/List/List.js

@@ -60,10 +60,10 @@ function List(props) {
               onClick={async () => {
                 try {
                   setClassifyLoading(true);
-                  setVisible(true);
                   const data = await queryBindClassify({ project_id: record.project_id }); //record.project_id
                   setClassifyLoading(false);
                   setData({ project_id: record.project_id, classify: data });
+                  setVisible(true);
                 } catch (error) {}
               }}
             >