Commit 8b09f84d authored by 单奇雲's avatar 单奇雲

Merge branch 'developer' of http://172.16.10.76/station/amos-station-module-view into developer

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