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