feat(AppOutAudit): 增加字典加载项
- 在 created 钩子中添加了 "outReason" 字典加载项 - 此修改扩展了 AppOutAudit 组件的字典加载功能,支持新的审核原因字典
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.dict.load("auditStatus", "category", "variety")
|
this.dict.load("auditStatus","outReason", "category", "variety")
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user