RuoYi
2024-09-27 78bb30bb5fdd54eb34d88e3fd24098aeed29a7cc
ruoyi-ui/src/store/modules/dict.js
@@ -14,7 +14,7 @@
    try {
      for (let i = 0; i < state.dict.length; i++) {
        if (state.dict[i].key == key) {
          state.dict.splice(i, i)
          state.dict.splice(i, 1)
          return true
        }
      }