spring
2026-01-13 d3454b7326591c1232eb69c2b3d0340d7e3b366c
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 || "",