瀏覽代碼

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 () {
     resetSearchForm () {
-      this.$refs.rangeDate.resetDate()
+      if (this.advanced) {
+        this.$refs.rangeDate.resetDate()
+      }
       this.queryParam = {
       this.queryParam = {
         bizType: this.curBizType,
         bizType: this.curBizType,
         settleNo: '',
         settleNo: '',