**问题根因:** 1. PageResult返回字段list与前端期望records不一致 2. CustomerVO字段名与前端期望不一致 **修改内容:** - fund-common: PageResult字段list改为records - fund-cust: CustomerVO字段id改为customerId - fund-mobile: 客户列表页面字段对齐 - fund-admin: 客户管理页面字段对齐
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.