Explorar o código

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

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
6b8cd14a70
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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){