suerprisePlus
2024-06-14 c3be71b180ea95f7928bdffccbec0525911eca9d
src/components/DictData/index.js
@@ -31,7 +31,6 @@
          } 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 => {