上传applyType参数

This commit is contained in:
Leo_Ding 2025-08-29 10:15:19 +08:00
parent 744ac0cc11
commit 84e766364f

View File

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