|
@@ -22,7 +22,7 @@ const DemandList = React.createClass({
|
|
|
data: {
|
|
|
pageNo: pageNo || 1,
|
|
|
pageSize: this.state.pagination.pageSize,
|
|
|
- title: this.state.messageCode, //短信模板
|
|
|
+ messageCode: this.state.nameSearch, //短信模板
|
|
|
subject:2,
|
|
|
sendStartTime: this.state.releaseDate[0],
|
|
|
sendEndTime: this.state.releaseDate[1],
|
|
@@ -143,12 +143,6 @@ const DemandList = React.createClass({
|
|
|
componentWillMount() {
|
|
|
this.loadData();
|
|
|
},
|
|
|
- // tableRowClick(record, index) {
|
|
|
- // this.state.RowData = record;
|
|
|
- // this.setState({
|
|
|
- // showDesc: true
|
|
|
- // });
|
|
|
- // },
|
|
|
del(recard) {
|
|
|
this.setState({
|
|
|
loading:true
|