From 74ae5eca02e2e61e0f8ca314bdc5bbb5ced159ae Mon Sep 17 00:00:00 2001
From: du <1176658673@qq.com>
Date: Thu, 14 Mar 2024 17:31:52 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=B7=A5=E4=BD=9C=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/Work.ts | 9 +++
src/views/statistic/components/gz.vue | 33 +++++---
src/views/statistic/components/hj.vue | 5 +-
src/views/statistic/components/rylx.vue | 38 +++++-----
src/views/system/log/auth/index.vue | 5 +-
src/views/system/log/option/index.vue | 6 +-
src/views/work-manage/components/Add.vue | 6 +-
src/views/work-manage/index.vue | 51 +++++++------
src/views/work-trends/components/Add.vue | 6 +-
src/views/work-trends/index.vue | 97 ++++++++++++++++--------
10 files changed, 162 insertions(+), 94 deletions(-)
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 @@
>
+