字典未请求

This commit is contained in:
liuye
2022-07-21 09:49:21 +08:00
parent 65673d30e1
commit 04ec35d671

View File

@@ -71,7 +71,7 @@ export default {
...mapState(['user'])
},
onShow() {
this.$dict.load('helpDeclarationReason').then(() => {
this.$dict.load('helpDeclarationReason', 'helpDeclarationStatus').then(() => {
this.riskList = this.$dict.getDict('helpDeclarationReason').map((item) => ({
label: item.dictName,
value: item.dictValue