Explorar o código

Merge branch 'feature_20260513_新建专业五金店' into uat(dev)

zhujindu hai 1 semana
pai
achega
09d88ee133
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/deviceWithin/storeVisit.vue

+ 4 - 0
src/views/deviceWithin/storeVisit.vue

@@ -618,6 +618,8 @@ export default {
                   that.isToOtherSystem = true;
                 }
               } else {
+                // 获取门店拜访任务失败依然返回拜访id,取消拜访使用
+                that.visitId = res.data;
                 that.$toast(res.msg);
               }
             });
@@ -675,6 +677,8 @@ export default {
                   that.isToOtherSystem = true;
                 }
               } else {
+                // 获取门店拜访任务失败依然返回拜访id,取消拜访使用
+                that.visitId = res.data;
                 that.$toast(res.msg);
               }
             });