|
@@ -227,7 +227,9 @@ export default {
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
|
this.$refs.rangeAuditDate.resetDate(this.auditDate)
|
|
|
- this.$refs.rangeSettleDate.resetDate()
|
|
|
+ if (this.advanced) { // 查询条件未展开时,该组件未渲染
|
|
|
+ this.$refs.rangeSettleDate.resetDate()
|
|
|
+ }
|
|
|
this.queryParam.beginAuditDate = getDate.getThreeMonthDays().starttime
|
|
|
this.queryParam.endAuditDate = getDate.getCurrMonthDays().endtime
|
|
|
this.queryParam.beginSettleDate = ''
|