Browse Source

解除绑定刷新

gzb
wangzhonglu 8 months ago
parent
commit
cd387be1d9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/views/schoolSection/deviceManage/deviceManage.vue

+ 1
- 0
src/views/schoolSection/deviceManage/deviceManage.vue View File

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

Loading…
Cancel
Save