dev01 2 years ago
parent
commit
82c05f538f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/component/project.jsx

+ 1 - 1
js/component/project.jsx

@@ -982,7 +982,7 @@ const project = React.createClass({
                         {...formItemLayout}
                         label="流程状态"
                       >
-                        <span>{getProcessStatus(this.state.processStatus, this.state.examineName)}</span>
+                        <span>{getProcessStatus(this.state.processStatus, this.state.examineName, this.state.approval)}</span>
                       </FormItem>
                       <FormItem
                         className="half-item"