疯狂的狮子li
2021-06-17 7dd18c75b06aa95cd2a185790353450f9524ab16
ruoyi-ui/src/views/system/notice/index.vue
@@ -176,7 +176,7 @@
</template>
<script>
import { listNotice, getNotice, delNotice, addNotice, updateNotice, exportNotice } from "@/api/system/notice";
import { listNotice, getNotice, delNotice, addNotice, updateNotice } from "@/api/system/notice";
import Editor from '@/components/Editor';
export default {
@@ -336,8 +336,8 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        })
        }).catch(() => {});
    }
  }
};
</script>
</script>