Browse Source

bug修复

chenrui 3 years ago
parent
commit
744a520f97
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/reportData/hPriceDifferenceDetailReport/list.vue

+ 1 - 3
src/views/reportData/hPriceDifferenceDetailReport/list.vue

@@ -315,9 +315,7 @@ export default {
       this.queryParam.bizType = undefined
       this.productType = []
       this.totalData = null
-      if (this.advanced) {
-        this.$refs.custList.resetForm()
-      }
+      this.$refs.custList.resetForm()
       this.$refs.ruleForm.resetFields()
       this.$refs.table.clearTable()
     }