fix 79430
This commit is contained in:
@@ -352,8 +352,11 @@ export default {
|
|||||||
},
|
},
|
||||||
// 计划稽查日期改变
|
// 计划稽查日期改变
|
||||||
scheduledCheckDateChange (val) {
|
scheduledCheckDateChange (val) {
|
||||||
this.queryParam.planInspectStartDate = val[0]
|
if (val[0] && val[1]) {
|
||||||
this.queryParam.planInspectEndDate = val[1]
|
this.queryParam.createDate = val.join(',')
|
||||||
|
}
|
||||||
|
// this.queryParam.planInspectStartDate = val[0]
|
||||||
|
// this.queryParam.planInspectEndDate = val[1]
|
||||||
},
|
},
|
||||||
// 创建日期改变
|
// 创建日期改变
|
||||||
createDateChange (val) {
|
createDateChange (val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user