|
@@ -59,7 +59,8 @@ export const useDictStore = defineStore('dict', {
|
|
|
value: dictData.value,
|
|
value: dictData.value,
|
|
|
label: dictData.label,
|
|
label: dictData.label,
|
|
|
colorType: dictData.colorType,
|
|
colorType: dictData.colorType,
|
|
|
- cssClass: dictData.cssClass
|
|
|
|
|
|
|
+ cssClass: dictData.cssClass,
|
|
|
|
|
+ remark: dictData.remark
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|
|
|
this.dictMap = dictDataMap
|
|
this.dictMap = dictDataMap
|