Browse Source

feature_20260513_新建专业五金店

zhujindu 1 week ago
parent
commit
84975c2a1e
1 changed files with 4 additions and 0 deletions
  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);
               }
             });