Parcourir la source

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

zhujindu il y a 1 semaine
Parent
commit
09d88ee133
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/deviceWithin/storeVisit.vue

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

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