Explorar el Código

解除绑定刷新

gzb
wangzhonglu hace 8 meses
padre
commit
cd387be1d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/views/schoolSection/deviceManage/deviceManage.vue

+ 1
- 0
src/views/schoolSection/deviceManage/deviceManage.vue Ver fichero

@@ -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…
Cancelar
Guardar