上传applyType参数
This commit is contained in:
parent
744ac0cc11
commit
84e766364f
@ -619,7 +619,8 @@
|
|||||||
startTime: this.startTime,
|
startTime: this.startTime,
|
||||||
endTime: this.endTime,
|
endTime: this.endTime,
|
||||||
counter: this.counter,
|
counter: this.counter,
|
||||||
num: this.num
|
num: this.num,
|
||||||
|
applyType:1
|
||||||
}
|
}
|
||||||
await this.validateObject(userApplyInfo, this.applyRules)
|
await this.validateObject(userApplyInfo, this.applyRules)
|
||||||
const applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
const applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
||||||
@ -641,7 +642,8 @@
|
|||||||
endTime: this.endTime,
|
endTime: this.endTime,
|
||||||
counter: this.counter,
|
counter: this.counter,
|
||||||
num: this.num,
|
num: this.num,
|
||||||
stampUrl: this.stampUrl
|
stampUrl: this.stampUrl,
|
||||||
|
applyType:2
|
||||||
}
|
}
|
||||||
await this.validateObject(userApplyInfo, this.applyRules)
|
await this.validateObject(userApplyInfo, this.applyRules)
|
||||||
this.applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
this.applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user