dev01 2 年之前
父节点
当前提交
82c05f538f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"