Commit 2e91a601 authored by 吴江's avatar 吴江

规则修改适配

parent 9d998c56
......@@ -26,7 +26,7 @@ class TopView extends Component {
componentDidMount() {
this.props.subscribe(eventTopics.top_ae_msg, (topic, data) => {
const { content, batchNo, contingencyPlanId} = data;
this.props.planStart(data.content);
this.props.planStart(data);
this.setState( { content, showContent: 'block', batchNo, contingencyPlanId} );
let { planStart } = this.props;
this.prepareChangeTimeText(planStart);
......
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