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 || "",