diff --git a/src/api/Work.ts b/src/api/Work.ts
index 2dc3ead..c80575b 100644
--- a/src/api/Work.ts
+++ b/src/api/Work.ts
@@ -62,6 +62,15 @@ export function wkTypes(params) {
data:params
});
}
+/**
+ *新增工作动态
+ */
+ export function deleteWork(params) {
+ return request({
+ url: `/admin/work/deleteWork/${params.workId}/${params.classify}`,
+ method: "DELETE",
+ });
+}
diff --git a/src/views/statistic/components/gz.vue b/src/views/statistic/components/gz.vue
index 7fde5e7..3aa63ae 100644
--- a/src/views/statistic/components/gz.vue
+++ b/src/views/statistic/components/gz.vue
@@ -27,35 +27,36 @@
>
+ >
+
@@ -95,12 +96,24 @@
>
+