Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/dev/new1' into dev/new1

zhouna 5 anni fa
parent
commit
6b8cd14a70
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/components/Operation/index.jsx

+ 2 - 2
src/components/Operation/index.jsx

@@ -290,10 +290,10 @@ class Operation extends Component {
     const { type } = this.state;
     if (type == 3){
       diagShowTmp(false)
-      this.setState({ title: '' })
+      this.setState({ title: '',deptId:"" })
     }else{
       diagShowTmp(false)
-      this.setState({ title: '' }) 
+      this.setState({ title: '',deptId:"" }) 
     }
   }
   setDeptId(id,name){