bug
This commit is contained in:
@@ -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('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user