mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
添加项目 路径图上传样式
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
};
|
||||
noticeList(obj)
|
||||
.then((res) => {
|
||||
console.log("获取公告列表成功");
|
||||
console.log("获取公告列表成功", res.data.data);
|
||||
let result = res.data.data;
|
||||
if (result.total > 0) {
|
||||
setNoticeData(result.rows);
|
||||
|
||||
Reference in New Issue
Block a user