From fccd7d8f2923abecdebde4ca825cd11c1b29567d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 4 Jun 2021 12:33:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E9=A1=B5=E9=9D=A2loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/system/template.js | 2 -- frontend/src/views/panel/list/EditPanel/index.vue | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/api/system/template.js b/frontend/src/api/system/template.js index 11c99d2f7c..5b83b15bcb 100644 --- a/frontend/src/api/system/template.js +++ b/frontend/src/api/system/template.js @@ -18,7 +18,6 @@ export function showTemplateList(data) { return request({ url: '/template/templateList', data: data, - loading: true, method: 'post' }) } @@ -26,7 +25,6 @@ export function showTemplateList(data) { export function findOne(id) { return request({ url: '/template/findOne/' + id, - loading: true, method: 'get' }) } diff --git a/frontend/src/views/panel/list/EditPanel/index.vue b/frontend/src/views/panel/list/EditPanel/index.vue index 7580a47263..277004fab7 100644 --- a/frontend/src/views/panel/list/EditPanel/index.vue +++ b/frontend/src/views/panel/list/EditPanel/index.vue @@ -1,5 +1,5 @@