This commit is contained in:
shijingjing
2022-07-05 17:25:37 +08:00
parent 4b86e18903
commit c6a73c5e57

View File

@@ -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