liting2017 7 years ago
parent
commit
505bd44832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/component/manageCenter/customer/report/departmentReport.jsx

+ 1 - 1
js/component/manageCenter/customer/report/departmentReport.jsx

@@ -100,7 +100,7 @@ const PersonalReport = React.createClass({
 			crossDomain: false,
 			url: globalConfig.context + "/api/admin/report/sales/total",
 			data: {
-				
+				date:this.state.selTime?(this.state.selTime+' '+'00:00:00'):'',
 			},
 			success: function(data) {
 				let thedata = data.data;