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">
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+