Browse Source

bug修复

chenrui 4 năm trước cách đây
mục cha
commit
f3098560b3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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: '',