兰宝车间质量管理系统-前端
dap
2024-04-05 3e44c14286d62c0594d8c0f6ed11d41a8eb48cad
src/store/modules/notice.ts
@@ -22,7 +22,7 @@
  //实现全部已读
  const readAll = () => {
    state.notices.forEach((item) => {
    state.notices.forEach((item: any) => {
      item.read = true;
    });
  };