From a7c8080195f6b936b75a6a4129805e0a6766968f Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 22 一月 2020 16:17:26 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- 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