wujianwei
2025-12-23 9f41c41fc1c60e572c137cd93a6b45b0e05f34e2
ui/admin-ui3/src/components/bankCardCate/index.vue
@@ -197,7 +197,7 @@
// 选择客户回调
const handleCustomerSelect = (selectedCustomer) => {
    form.customerName = selectedCustomer.customerShortName;
    form.customerName = selectedCustomer.customerFullName;
    form.customerId = selectedCustomer.id; // 现在字段已声明,赋值有效
    isCustomerSelectVisibleIshow.value = false;
};