Browse Source

'按消费项目查询id换成了projectId'

gcz 3 months ago
parent
commit
68b2905904
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/tourism/membershipManagement/equityCard/usageRecord.vue

+ 3 - 3
src/views/tourism/membershipManagement/equityCard/usageRecord.vue

@@ -3,7 +3,7 @@
  * @Author: gcz
  * @Date: 2025-02-19 15:50:54
  * @LastEditors: gcz
- * @LastEditTime: 2025-02-20 16:06:55
+ * @LastEditTime: 2025-02-21 09:48:23
  * @FilePath: \tourism_merchant_ui\src\views\tourism\membershipManagement\equityCard\usageRecord.vue
  * @Copyright: Copyright (c) 2016~2025 by gcz, All Rights Reserved. 
 -->
@@ -55,9 +55,9 @@
               <el-select v-model="queryParams.projectId" clearable placeholder="请选择消费项目">
                 <el-option
                   v-for="item in projectList"
-                  :key="item.id"
+                  :key="item.projectId"
                   :label="item.projectName"
-                  :value="item.id"
+                  :value="item.projectId"
                 />
               </el-select>
             </el-form-item>