From 2453aa89fa8134a1686f7430691bb71f6cf7f46f Mon Sep 17 00:00:00 2001 From: yujt Date: Mon, 14 Sep 2020 09:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B0=E7=89=88=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= 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) }