From c1805e1e6f41a370546e70a07d5f4496ad4b341d Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 22 一月 2020 15:58:55 +0800 Subject: [PATCH] add --- src/components/popup/portion/substep.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/popup/portion/substep.vue b/src/components/popup/portion/substep.vue index f418ebc..4a3766d 100644 --- a/src/components/popup/portion/substep.vue +++ b/src/components/popup/portion/substep.vue @@ -1486,7 +1486,7 @@ }, getDetailed() { - let url = "/api/schemeDetail/parent/" + this.xmId; + let url = "/api/detail/parent/" + this.xmId; this.$axios.get(url).then(data_ => { console.log(data_); this.defaultCheckedKeys = []; -- Gitblit v1.8.0