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