diff --git a/public/react/src/modules/message/js/Messagerouting.js b/public/react/src/modules/message/js/Messagerouting.js index c9806445c..a4d7fd6f9 100644 --- a/public/react/src/modules/message/js/Messagerouting.js +++ b/public/react/src/modules/message/js/Messagerouting.js @@ -156,14 +156,24 @@ class Messagerouting extends Component{ // console.log(child); // // console.log(this.refs.childModel); // console.log(child); - // child.getdatas(); + try { + child.getdatas(); + }catch (e) { + + } + // } homeworkendss2(child){ // console.log(child); // // console.log(this.refs.childModel); // console.log(child); - // child.getdatas2(); + try { + child.getdatas2(); + }catch (e) { + + } + // } render() {