feat(AppOutAudit): 增加字典加载项

- 在 created 钩子中添加了 "outReason" 字典加载项
- 此修改扩展了 AppOutAudit 组件的字典加载功能,支持新的审核原因字典
This commit is contained in:
aixianling
2025-01-07 17:02:22 +08:00
parent 75d5971e42
commit 25010984f9

View File

@@ -17,7 +17,7 @@ export default {
}
},
created() {
this.dict.load("auditStatus", "category", "variety")
this.dict.load("auditStatus","outReason", "category", "variety")
},
}
</script>