Browse Source

测试提交

mentoswzq 5 years ago
parent
commit
1579b21ebe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/component/manageCenter/project/task/myTaskCount.jsx

+ 1 - 0
js/component/manageCenter/project/task/myTaskCount.jsx

@@ -609,6 +609,7 @@ const MyTaskCount = Form.create()(React.createClass({
 	//导出
     exportExec(){
         var data = {
+			orderNo: this.state.orderNoSearch ? this.state.orderNoSearch : undefined,
             name: this.state.customerName?this.state.customerName:undefined,//订单负责人
             taskId: this.state.idSearch?this.state.idSearch:undefined,//订单编号
             starTime: this.state.releaseDate[0]?this.state.releaseDate[0]:undefined,