|
|
@@ -262,6 +262,7 @@ export default {
|
|
|
taskName: null,
|
|
|
cycle: null,
|
|
|
dateRange: [],
|
|
|
+ planStartTime:null,
|
|
|
status: null,
|
|
|
roleId: null,
|
|
|
checkSub: true,
|
|
|
@@ -379,8 +380,9 @@ export default {
|
|
|
this.queryParams.orgId = this.orgId;
|
|
|
this.selectedOrgName = this.orgName;
|
|
|
this.queryParams.checkSub = true;
|
|
|
- this.$refs["orgTree"].setCheckSub(this.queryParams.checkSub)
|
|
|
- this.queryParams.dateRange = [];
|
|
|
+ this.queryParams.dateRange = ['',''];
|
|
|
+ this.queryParams.planStartTime=null;
|
|
|
+ this.$refs["orgTree"].setCheckSub(this.queryParams.checkSub);
|
|
|
this.handleQuery();
|
|
|
},
|
|
|
// 多选框选中数据
|