diff --git a/src/views/modules/base/smartExcel/cpts/excel-add.vue b/src/views/modules/base/smartExcel/cpts/excel-add.vue index 5d54ff40a..ea101a6ac 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-add.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-add.vue @@ -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() } }) }, diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index 38d88c33e..3c7694ea2 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -90,7 +90,7 @@
- +