suerprisePlus
2024-06-12 76c68b73ec61c505ef91ae2e46ed4eeb704c130b
src/components/DictData/index.js
@@ -31,6 +31,7 @@
          } else {
            return new Promise((resolve, reject) => {
              getDicts(dictMeta.type).then(res => {
                console.log("test",res);
                store.dispatch('dict/setDict', { key: dictMeta.type, value: res.data })
                resolve(res.data)
              }).catch(error => {