|
@@ -1530,9 +1530,6 @@ export default {
|
|
|
this.addWork();
|
|
|
this.steps++;
|
|
|
} else {
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].askJson = [
|
|
|
- { askstitle: "", askItem: 1, checkList: [] },
|
|
|
- ];
|
|
|
this.addWork();
|
|
|
this.steps++;
|
|
|
}
|
|
@@ -1570,9 +1567,6 @@ export default {
|
|
|
this.updateWork();
|
|
|
this.steps++;
|
|
|
} else {
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].askJson = [
|
|
|
- { askstitle: "", askItem: 1, checkList: [] },
|
|
|
- ];
|
|
|
this.updateWork();
|
|
|
this.steps++;
|
|
|
}
|