字典
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
|||||||
...mapState(['user'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.$dict.load('helpDeclarationStatus').then(() => {
|
this.$dict.load('helpDeclarationReason').then(() => {
|
||||||
this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({
|
this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({
|
||||||
label: item.dictName,
|
label: item.dictName,
|
||||||
value: item.dictValue
|
value: item.dictValue
|
||||||
|
|||||||
Reference in New Issue
Block a user