spring
8 天以前 6a0aeaa2a20ef9ca45dae185d1d9f0ab606249dd
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 || "",