This commit is contained in:
liuyuan
2025-01-02 13:47:37 +08:00
parent bb6822bdc4
commit d6170f6f48

View File

@@ -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({