|
@@ -1065,7 +1065,6 @@ export default {
|
|
}
|
|
}
|
|
if (this.submitList.length > 0) {
|
|
if (this.submitList.length > 0) {
|
|
this.$bus.$emit("showguide", this.submitList);
|
|
this.$bus.$emit("showguide", this.submitList);
|
|
- return;
|
|
|
|
}
|
|
}
|
|
if (this.courseType == "PRACTICE") {
|
|
if (this.courseType == "PRACTICE") {
|
|
getPracticeApplySubjects().then((res) => {
|
|
getPracticeApplySubjects().then((res) => {
|