Browse Source

bug修复

chenrui 3 years ago
parent
commit
7e38309bd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportData/customerReport/list.vue

+ 1 - 1
src/views/reportData/customerReport/list.vue

@@ -26,7 +26,7 @@
                   expand-trigger="hover"
                   :options="productTypeList"
                   :fieldNames="{ label: 'productTypeName', value: 'productTypeSn', children: 'children' }"
-                  id="productInfoList-productType"
+                  id="customerReportList-productType"
                   placeholder="请选择产品分类"
                   allowClear />
               </a-form-model-item>