Browse Source

Merge branch 'develop_yh17_fencang' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh17_fencang

chenrui 2 years ago
parent
commit
306338287a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportData/regionTypeSalesReport/list.vue

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

@@ -24,7 +24,7 @@
               <a-form-model-item label="销售状态" prop="salesStatusType">
                 <v-select
                     v-model="queryParam.salesStatusType"
-                    code="SALES_STATUS_TYPE"
+                    code="SALES_STATUS"
                     placeholder="请选择销售状态"
                     allowClear></v-select>
               </a-form-model-item>