Browse Source

地图门店列表进入拜访返回后刷新问题

zhujindu 5 tháng trước cách đây
mục cha
commit
d6c09a4259
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/deviceOutside/rangeStore.vue

+ 6 - 0
src/views/deviceOutside/rangeStore.vue

@@ -1971,6 +1971,12 @@ export default {
               }
             }
           }
+        } else if (res.code == 500) {
+          this.$dialog
+            .alert({
+              message: res.msg,
+            })
+            .then(() => {});
         }
       });
     },