dengzhiguo 6 年之前
父節點
當前提交
31138d69d6

+ 1 - 1
js/component/manageCenter/customer/customerMarketing/timeStatistics.jsx

@@ -419,7 +419,7 @@ const DiurnalStatistics = React.createClass({
 	},
 	reset() {
 		this.state.superId = undefined;//部门机构清零
-		this.totalData()
+		this.totalData(0)
 		this.setState({
 			order:"false"
 		})

+ 1 - 1
js/component/manageCenter/customer/customerMarketing/timeStatisticsOne.jsx

@@ -436,7 +436,7 @@ const DiurnalStatisticsOne = React.createClass({
 	},
 	reset() {
 		this.state.superId = undefined;//部门机构清零
-		this.totalData();
+		this.totalData(0);
 	},
 	week(){
 		this.state.releaseDate[0] = undefined;//开始时间清零