소스 검색

解除绑定刷新

gzb
wangzhonglu 8 달 전
부모
커밋
cd387be1d9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/views/schoolSection/deviceManage/deviceManage.vue

+ 1
- 0
src/views/schoolSection/deviceManage/deviceManage.vue 파일 보기

@@ -1628,6 +1628,7 @@ export default {
1628 1628
       controlWSMsg.removeBind();
1629 1629
       controlWSMsg.send((isSend) => {
1630 1630
         if (isSend) {
1631
+          this.searchList();
1631 1632
           this.$Message.success("推送成功");
1632 1633
         } else {
1633 1634
           this.$Message.error("推送失败");

Loading…
취소
저장