fix 79430

This commit is contained in:
danshihao
2023-12-19 09:47:05 +08:00
parent 5e6cf5d330
commit 7cd3e5e369
@@ -352,8 +352,11 @@ export default {
},
// 计划稽查日期改变
scheduledCheckDateChange (val) {
this.queryParam.planInspectStartDate = val[0]
this.queryParam.planInspectEndDate = val[1]
if (val[0] && val[1]) {
this.queryParam.createDate = val.join(',')
}
// this.queryParam.planInspectStartDate = val[0]
// this.queryParam.planInspectEndDate = val[1]
},
// 创建日期改变
createDateChange (val) {