diff --git a/src/views/modules/book/book-add-or-update.vue b/src/views/modules/book/book-add-or-update.vue index 7eaf647..d19f587 100644 --- a/src/views/modules/book/book-add-or-update.vue +++ b/src/views/modules/book/book-add-or-update.vue @@ -282,6 +282,7 @@ clockIn: 2, teachIn: 0, relationId:0, + abroadPrice: '' }, splitsTypeList: [], dataRule: { @@ -403,8 +404,6 @@ for (let i = 0; i < this.dataForm.medicaldesBookType.length; i++) { this.dataForm.medicaldesBookType[i] = parseInt(this.dataForm.medicaldesBookType[i]); } - console.log(this.dataForm.type) - console.log('2222222222', this.dataForm.medicaldesBookType) if (data.book.images != "") { var img = { name: '', @@ -430,11 +429,6 @@ }, // 表单提交 dataFormSubmit() { - console.log('11111', this.dataForm.medicaldesBookType) - // if (this.dataForm.medicaldesBookType.length == 0) { - // this.$message.error("请选择图书类型"); - // return - // } this.$refs['dataForm'].validate((valid) => { if (valid) { this.$http({