Просмотр исходного кода

feature_20260513_新建专业五金店

zhujindu 1 неделя назад
Родитель
Сommit
84975c2a1e
1 измененных файлов с 4 добавлено и 0 удалено
  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);
               }
               }
             });
             });