Przeglądaj źródła

保存模板关闭弹窗(3020)

zhangxc 5 lat temu
rodzic
commit
f569b115b4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/components/Operation/index.jsx

+ 3 - 0
src/components/Operation/index.jsx

@@ -366,6 +366,9 @@ class Operation extends Component {
       }else{
         saveDataAll(title,sex,fstName);
       }
+      this.setState({
+        showSaveModule: false
+      })
     }
   }
   closeDiagBox(){