This commit is contained in:
liuye
2022-11-24 17:56:12 +08:00
parent 7a8c6442ae
commit 9178fcab20
3 changed files with 5 additions and 3 deletions

View File

@@ -158,8 +158,9 @@ export default {
return this.$u.toast('请选择目的地')
}
this.form.startTime = this.form.startTime + ':00',
this.form.arriveTime = this.form.arriveTime + ':00',
this.form.startTime = this.form.startTime + ':00'
this.form.arriveTime = this.form.arriveTime + ':00'
this.form.travelType = this.travelType.join(',')
this.$http.post(`/app/appepidemicpreventionregisterinfo/updateForAdmin`, this.form).then((res) => {
if (res.code == 0) {
this.$u.toast('提交成功')