From d6170f6f48ae6fecdb99155fd90cf22e63e5bab7 Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Thu, 2 Jan 2025 13:47:37 +0800 Subject: [PATCH] master --- src/views/modules/book/book-add-or-update.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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({