Kaynağa Gözat

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

zhouna 5 yıl önce
ebeveyn
işleme
6b8cd14a70
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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){