spring
5 天以前 006a2bf3bceb04a28d48a7f46c31b21cab02838e
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 || "",