diff --git a/project/xumu/AppOutAudit/add.vue b/project/xumu/AppOutAudit/add.vue index 5ed2f5aa..48c251b3 100644 --- a/project/xumu/AppOutAudit/add.vue +++ b/project/xumu/AppOutAudit/add.vue @@ -41,7 +41,7 @@ export default { }, getDetail() { const {id} = this.$route.query - return id && this.instance.post("/api/breed/out/getAuditInfo", null, {params: {id}}).then(res => { + return id && this.instance.post("/api/breed/out/getAuditPage", null, {params: {id}}).then(res => { if (res?.data) { const detail = res.data return this.detail = {...detail}