WXL
2 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
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,