|
@@ -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);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|