From e220a11760bb56f12da82a18e0b441dfdc588fac Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期四, 07 十二月 2023 15:30:25 +0800
Subject: [PATCH] bug修改

---
 src/api/backManage/notice.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/api/backManage/notice.js b/src/api/backManage/notice.js
index cda746e..ac92d87 100644
--- a/src/api/backManage/notice.js
+++ b/src/api/backManage/notice.js
@@ -1,9 +1,11 @@
 import request from '@/utils/request'
 
-export function getNoticeList() {
+export function getNoticeList(params) {
     return request({
         url: '/system/notice/noticeList',
-        method: 'get'
+        method: 'get',
+        params: params
+
     })
 }
 

--
Gitblit v1.9.2