Commit ae64ec89494754ca71e9c25cb2a95b990e38567a

Authored by fengtao
1 parent 1f4108f5

fix:DEFECT-885 之前发的通知头像为图一,然后我现在修改头像,就变为图二了

... ... @@ -276,7 +276,6 @@
276 276 const notice = await notifyMyGetrPageApi({ page: 1, pageSize: 5 });
277 277 const res = await getEnterPriseDetail();
278 278 dataSource.value = notice.items;
279   - console.log(dataSource.value);
280 279 userStore.setEnterPriseInfo(res);
281 280 });
282 281
... ...