From 917e90894c99a57a161217bcb0cf05ed48c39a20 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Tue, 22 Sep 2020 14:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/role-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/sys/role-add-or-update.vue b/src/views/modules/sys/role-add-or-update.vue index 64aa8e5..fd9a5ce 100644 --- a/src/views/modules/sys/role-add-or-update.vue +++ b/src/views/modules/sys/role-add-or-update.vue @@ -234,7 +234,7 @@ export default { // }, // 获取信息 getInfo () { - this.$http.get(`/sys/role/${this.dataForm.id}`).then(({ data: res }) => { + this.$http.get(`/sys/role/v2/${this.dataForm.id}`).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }