spring
2025-12-26 20dbdee5a002544f6a4e12b5e39e338052418782
src/pages/production/twist/receive/plate/form.vue
@@ -136,7 +136,7 @@
// 加载厂家字典数据
const loadSupplierDict = async () => {
  try {
    const res = await ManageApi.dictAPI("factory");
    const res = await ManageApi.dictAPI("reel_factory");
    if (res.data && Array.isArray(res.data)) {
      supplierOptions.value = res.data.map((item: any) => ({
        label: item.dictLabel || "",