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