|
|
|
@ -310,10 +310,10 @@ export default { |
|
|
|
}, |
|
|
|
handleClickSave() { |
|
|
|
console.log(this.form, 'addForm'); |
|
|
|
this.$refs['dataForm'].validate(async valid => { |
|
|
|
this.$refs['dataForm'].validate( async valid => { |
|
|
|
if (valid) { |
|
|
|
await this.saveLuckysheet() |
|
|
|
await this.saveEvent() |
|
|
|
await this.saveLuckysheet() |
|
|
|
await this.saveEvent() |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
|