yxh
2023-06-15 1b555a0ab0527478cdf2b0c31c0ea8aea70f8adc
src/components/DictTag/index.vue
文件名从 ruoyi-ui/src/components/DictTag/index.vue 修改
@@ -36,7 +36,7 @@
  },
  computed: {
    values() {
      if (this.value !== null && typeof this.value !== 'undefined') {
      if (this.value !== null && typeof this.value !== "undefined") {
        return Array.isArray(this.value) ? this.value : [String(this.value)];
      } else {
        return [];