Compare commits
No commits in common. "056bdacf7686c3fba368d9c7f7684abbd49a9c19" and "41847c13173e9369ba7d4c2fa2cf0cb0d989fe13" have entirely different histories.
056bdacf76
...
41847c1317
@ -619,8 +619,7 @@
|
||||
startTime: this.startTime,
|
||||
endTime: this.endTime,
|
||||
counter: this.counter,
|
||||
num: this.num,
|
||||
applyType:1
|
||||
num: this.num
|
||||
}
|
||||
await this.validateObject(userApplyInfo, this.applyRules)
|
||||
const applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
||||
@ -642,8 +641,7 @@
|
||||
endTime: this.endTime,
|
||||
counter: this.counter,
|
||||
num: this.num,
|
||||
stampUrl: this.stampUrl,
|
||||
applyType:2
|
||||
stampUrl: this.stampUrl
|
||||
}
|
||||
await this.validateObject(userApplyInfo, this.applyRules)
|
||||
this.applyInfo = Object.assign(bookingInfo, userApplyInfo)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user