|
@@ -179,6 +179,11 @@ const Content = React.createClass({
|
|
this.state.categoryRadio = theCategoryArr;
|
|
this.state.categoryRadio = theCategoryArr;
|
|
this.state.transferModeRadio = theTransferModeArr;
|
|
this.state.transferModeRadio = theTransferModeArr;
|
|
this.state.maturityRadio = theMaturityArr;
|
|
this.state.maturityRadio = theMaturityArr;
|
|
|
|
+
|
|
|
|
+ if (window.location.search) {
|
|
|
|
+ this.state.keyword = window.location.search;
|
|
|
|
+ };
|
|
|
|
+
|
|
this.loadData();
|
|
this.loadData();
|
|
},
|
|
},
|
|
industryChange(e) {
|
|
industryChange(e) {
|