WXL
2026-07-22 6450d783e8c8db521977863b86bf3bc3ba0e38f9
utils/dict.js
@@ -16,7 +16,7 @@
    } else {
      try {
        const resp = await uni.$uapi.get("/system/dict/data/type/" + dictType);
        res.value[dictType] = resp.map(p => ({
        res.value[dictType] = resp.data.map(p => ({
          label: p.dictLabel,
          value: p.dictValue,
          elTagType: p.listClass,