From 39d6fe755f5a44a671ee6c93395177eb298def9e Mon Sep 17 00:00:00 2001 From: tangzh Date: Tue, 18 Mar 2025 14:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AE=A1=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/systemHelp.js | 7 +- .../systemSetting/help/add-and-update.vue | 100 ++++++++---------- 2 files changed, 48 insertions(+), 59 deletions(-) diff --git a/src/api/systemHelp.js b/src/api/systemHelp.js index 1f0fb66..b38a4cd 100644 --- a/src/api/systemHelp.js +++ b/src/api/systemHelp.js @@ -40,10 +40,11 @@ export function detailApi(id) { * ebsystemhelpproblem删除 * @param pram */ -export function deleteApi(id) { +export function deleteApi(data) { return request({ - url: `admin/system/helpProblem/delete/${id}`, - method: 'get' + url: `admin/system/helpProblem/delete`, + method: 'POST', + data }) } diff --git a/src/views/systemSetting/help/add-and-update.vue b/src/views/systemSetting/help/add-and-update.vue index f7c1985..8441ff5 100644 --- a/src/views/systemSetting/help/add-and-update.vue +++ b/src/views/systemSetting/help/add-and-update.vue @@ -6,32 +6,33 @@ :visible.sync="visible"> - - + + + + + + + - - - - - - - - - - - - - - + + + + + @@ -43,75 +44,44 @@