|
@@ -165,7 +165,9 @@ export default {
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
|
- this.$refs.rangeDate.resetDate()
|
|
|
+ if (this.advanced) {
|
|
|
+ this.$refs.rangeDate.resetDate()
|
|
|
+ }
|
|
|
this.queryParam.beginDate = ''
|
|
|
this.queryParam.endDate = ''
|
|
|
this.queryParam.bizType = undefined
|