Commit bf314c89 authored by 吴俊凯's avatar 吴俊凯

bug修改提交

parent d229ae87
......@@ -100,6 +100,7 @@ class EvaluationModel extends Component {
getEvaModel = searchParam => {
queryEvaModelAction(searchParam).then(data => {
let { form } = this.state;
form.evaluationO = 1;
data.O = data.O.filter(item => item.coefficient === '1');
form.evaluationOid = data.O[0].id;
this.setState({ sData: data.S, dData: data.D, oData: data.O, form });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment