Browse Source

Fixed issue

vbea 1 năm trước cách đây
mục cha
commit
5d38571815
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Strides-Admin/src/views/ocpi/views/DetailOperators.vue

+ 1 - 0
Strides-Admin/src/views/ocpi/views/DetailOperators.vue

@@ -196,6 +196,7 @@ export default {
     },
     hideAssignment() {
       this.assign.visible = false;
+      this.getOperatorInfo();
     }
   }
 }