浏览代码

bug修复

chenrui 4 年之前
父节点
当前提交
f3098560b3
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/financialManagement/financialPayment/list.vue

+ 3 - 1
src/views/financialManagement/financialPayment/list.vue

@@ -328,7 +328,9 @@ export default {
     },
     //  重置
     resetSearchForm () {
-      this.$refs.rangeDate.resetDate()
+      if (this.advanced) {
+        this.$refs.rangeDate.resetDate()
+      }
       this.queryParam = {
         bizType: this.curBizType,
         settleNo: '',