|
@@ -837,7 +837,7 @@
|
|
|
src="../../assets/icon/secondToolList/mindMapping.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <div style="margin: 5px 0">思维网图</div>
|
|
|
+ <div style="margin: 5px 0">思维导图</div>
|
|
|
</div>
|
|
|
<div class="check" @click="addTools(3)">
|
|
|
<img
|
|
@@ -1466,27 +1466,12 @@ export default {
|
|
|
this.steps = 1;
|
|
|
}
|
|
|
if (s == 2) {
|
|
|
- if (
|
|
|
- this.courseName != "" &&
|
|
|
- this.courseText != "" &&
|
|
|
- this.cover.length != 0 &&
|
|
|
- this.courseTypeId.length != 0 &&
|
|
|
- this.checkboxList.length != 0
|
|
|
- ) {
|
|
|
- this.steps = 2;
|
|
|
- } else {
|
|
|
- this.$message.error("请将信息填写完整");
|
|
|
- }
|
|
|
+ this.steps = 2;
|
|
|
}
|
|
|
if (s == 3) {
|
|
|
- if (this.templateC.id != undefined) {
|
|
|
- this.cTemplate = this.templateC.content;
|
|
|
- this.dialogVisible2 = false;
|
|
|
- this.steps = 3;
|
|
|
- } else {
|
|
|
- this.$message.error("请选择文档");
|
|
|
- return;
|
|
|
- }
|
|
|
+ this.cTemplate = this.templateC.content;
|
|
|
+ this.dialogVisible2 = false;
|
|
|
+ this.steps = 3;
|
|
|
}
|
|
|
},
|
|
|
nextSteps() {
|
|
@@ -1524,7 +1509,15 @@ export default {
|
|
|
0 ||
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
|
|
|
0 ||
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length == 0
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
|
|
|
+ 0 ||
|
|
|
+ this.courseName != "" ||
|
|
|
+ this.courseText != "" ||
|
|
|
+ this.cover.length != 0 ||
|
|
|
+ this.courseTypeId.length != 0 ||
|
|
|
+ this.checkboxList.length != 0 ||
|
|
|
+ this.templateC.id == "" ||
|
|
|
+ this.templateC.id == undefined
|
|
|
) {
|
|
|
this.$message.error("请将信息填写完整");
|
|
|
return;
|
|
@@ -1556,7 +1549,15 @@ export default {
|
|
|
0 ||
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
|
|
|
0 ||
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length == 0
|
|
|
+ this.unitJson[this.unitIndex].chapterInfo[0].chapterData.length ==
|
|
|
+ 0 ||
|
|
|
+ this.courseName != "" ||
|
|
|
+ this.courseText != "" ||
|
|
|
+ this.cover.length != 0 ||
|
|
|
+ this.courseTypeId.length != 0 ||
|
|
|
+ this.checkboxList.length != 0 ||
|
|
|
+ this.templateC.id == "" ||
|
|
|
+ this.templateC.id == undefined
|
|
|
) {
|
|
|
this.$message.error("请将信息填写完整");
|
|
|
return;
|