|
@@ -171,7 +171,7 @@
|
|
|
<el-button type="primary" @click="dialogVisible2 = false"
|
|
|
>继续填写</el-button
|
|
|
>
|
|
|
- <el-button @click="isAddOrUpRace(1)">保存并离开</el-button>
|
|
|
+ <el-button @click="isAddOrUpRace(1)">保存并离开</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -201,7 +201,7 @@ export default {
|
|
|
aid: this.$route.query.aid ? this.$route.query.aid : "",
|
|
|
dialogVisible: false,
|
|
|
dialogVisible1: false,
|
|
|
- dialogVisible2:false,
|
|
|
+ dialogVisible2: false,
|
|
|
isJump: 0,
|
|
|
raceInfo: {
|
|
|
title: "",
|
|
@@ -272,9 +272,35 @@ export default {
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- } else {
|
|
|
- this.steps = steps;
|
|
|
+ } else if (this.raceInfo.type.length > 0) {
|
|
|
+ var t = 1;
|
|
|
+ var a = [
|
|
|
+ "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
+ "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
+ "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
+ "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
+ ];
|
|
|
+ for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
+ if ((t = 1)) {
|
|
|
+ if (this.raceInfo.type[i] != "") {
|
|
|
+ if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
+ } else {
|
|
|
+ t = 2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (t == 1) {
|
|
|
+ this.$message.error("案例组别不能为空");
|
|
|
+ return;
|
|
|
+ } else if (t == 2) {
|
|
|
+ this.steps = steps;
|
|
|
+ }
|
|
|
+ // this.$message.error("课程分类不能为空");
|
|
|
}
|
|
|
+ // else {
|
|
|
+ // this.steps = steps;
|
|
|
+ // }
|
|
|
|
|
|
// else if (this.raceInfo.tableData.length == 0) {
|
|
|
// this.$message.error("请添加协作者");
|
|
@@ -290,6 +316,7 @@ export default {
|
|
|
this.$message.error("标题不能为空");
|
|
|
return;
|
|
|
} else if (this.raceInfo.type.length == 0) {
|
|
|
+ // this.$message.error("课程分类不能为空");
|
|
|
this.$message.error("案例组别不能为空");
|
|
|
return;
|
|
|
} else if (this.raceInfo.autor.length == 0) {
|
|
@@ -301,9 +328,32 @@ export default {
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- } else {
|
|
|
- this.dialogVisible1 = true;
|
|
|
- this.steps++;
|
|
|
+ } else if (this.raceInfo.type.length > 0) {
|
|
|
+ var t = 1;
|
|
|
+ var a = [
|
|
|
+ "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
+ "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
+ "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
+ "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
+ ];
|
|
|
+ for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
+ if ((t = 1)) {
|
|
|
+ if (this.raceInfo.type[i] != "") {
|
|
|
+ if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
+ } else {
|
|
|
+ t = 2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (t == 1) {
|
|
|
+ this.$message.error("案例组别不能为空");
|
|
|
+ return;
|
|
|
+ } else if (t == 2) {
|
|
|
+ this.dialogVisible1 = true;
|
|
|
+ this.steps++;
|
|
|
+ }
|
|
|
+ // this.$message.error("课程分类不能为空");
|
|
|
}
|
|
|
} else {
|
|
|
this.steps++;
|
|
@@ -338,11 +388,12 @@ export default {
|
|
|
updateProExc(raceExc) {
|
|
|
this.raceExceva = raceExc;
|
|
|
},
|
|
|
- isAddOrUpRace(t) {
|
|
|
+ isAddOrUpRace(q) {
|
|
|
if (this.raceInfo.title == "") {
|
|
|
this.$message.error("标题不能为空");
|
|
|
return;
|
|
|
} else if (this.raceInfo.type.length == 0) {
|
|
|
+ // this.$message.error("课程分类不能为空");
|
|
|
this.$message.error("案例组别不能为空");
|
|
|
return;
|
|
|
} else if (this.raceInfo.autor.length == 0) {
|
|
@@ -354,12 +405,36 @@ export default {
|
|
|
} else if (this.raceInfo.data.length == 0) {
|
|
|
this.$message.error("上传文件不能为空");
|
|
|
return;
|
|
|
- }
|
|
|
- this.isJump = t;
|
|
|
- if (this.aid == "" || this.aid == undefined) {
|
|
|
- this.addRace();
|
|
|
- } else {
|
|
|
- this.updateRace();
|
|
|
+ } else if (this.raceInfo.type.length > 0) {
|
|
|
+ var t = 1;
|
|
|
+ var a = [
|
|
|
+ "24d162b0-d030-11ec-8c78-005056b86db5",
|
|
|
+ "264bd103-d030-11ec-8c78-005056b86db5",
|
|
|
+ "28d2c456-d030-11ec-8c78-005056b86db5",
|
|
|
+ "2ad17d24-d030-11ec-8c78-005056b86db5",
|
|
|
+ ];
|
|
|
+ for (var i = 0; i < this.raceInfo.type.length; i++) {
|
|
|
+ if ((t = 1)) {
|
|
|
+ if (this.raceInfo.type[i] != "") {
|
|
|
+ if (a.indexOf(this.raceInfo.type[i]) == -1) {
|
|
|
+ } else {
|
|
|
+ t = 2;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (t == 1) {
|
|
|
+ this.$message.error("案例组别不能为空");
|
|
|
+ return;
|
|
|
+ } else if (t == 2) {
|
|
|
+ this.isJump = q;
|
|
|
+ if (this.aid == "" || this.aid == undefined) {
|
|
|
+ this.addRace();
|
|
|
+ } else {
|
|
|
+ this.updateRace();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ // this.$message.error("课程分类不能为空");
|
|
|
}
|
|
|
},
|
|
|
isAddOrUpRace1(t) {
|