From 102e69b35c87596416a235ffb3eb689086990e17 Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Tue, 7 Jan 2020 16:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8=E5=88=86?= =?UTF-8?q?=E7=BB=84=EF=BC=8C=E6=9F=90=E4=BA=9B=E6=83=85=E5=86=B5=E4=BC=9A?= =?UTF-8?q?=E4=B8=8D=E4=BE=BF=E5=88=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QMPlusVuePage/src/view/superAdmin/api/api.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/QMPlusVuePage/src/view/superAdmin/api/api.vue b/QMPlusVuePage/src/view/superAdmin/api/api.vue index 10a41e48..89c965ac 100644 --- a/QMPlusVuePage/src/view/superAdmin/api/api.vue +++ b/QMPlusVuePage/src/view/superAdmin/api/api.vue @@ -41,7 +41,7 @@ - + @@ -94,10 +94,6 @@ export default { this.pageSize = 10 this.getTableData() }, - // 自动设置api分组 - autoGroup() { - this.form.group = this.form.path.split('/')[1] - }, initForm() { this.form = { path: '', -- GitLab