RuoYi
2023-11-07 8cf8c8acd059969b9e79ad1c2f9f1921cc42d69c
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
        }
      }