master
This commit is contained in:
@@ -282,6 +282,7 @@
|
|||||||
clockIn: 2,
|
clockIn: 2,
|
||||||
teachIn: 0,
|
teachIn: 0,
|
||||||
relationId:0,
|
relationId:0,
|
||||||
|
abroadPrice: ''
|
||||||
},
|
},
|
||||||
splitsTypeList: [],
|
splitsTypeList: [],
|
||||||
dataRule: {
|
dataRule: {
|
||||||
@@ -403,8 +404,6 @@
|
|||||||
for (let i = 0; i < this.dataForm.medicaldesBookType.length; i++) {
|
for (let i = 0; i < this.dataForm.medicaldesBookType.length; i++) {
|
||||||
this.dataForm.medicaldesBookType[i] = parseInt(this.dataForm.medicaldesBookType[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 != "") {
|
if (data.book.images != "") {
|
||||||
var img = {
|
var img = {
|
||||||
name: '',
|
name: '',
|
||||||
@@ -430,11 +429,6 @@
|
|||||||
},
|
},
|
||||||
// 表单提交
|
// 表单提交
|
||||||
dataFormSubmit() {
|
dataFormSubmit() {
|
||||||
console.log('11111', this.dataForm.medicaldesBookType)
|
|
||||||
// if (this.dataForm.medicaldesBookType.length == 0) {
|
|
||||||
// this.$message.error("请选择图书类型");
|
|
||||||
// return
|
|
||||||
// }
|
|
||||||
this.$refs['dataForm'].validate((valid) => {
|
this.$refs['dataForm'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
this.$http({
|
this.$http({
|
||||||
|
|||||||
Reference in New Issue
Block a user