|
@@ -2923,7 +2923,7 @@ export default {
|
|
|
}
|
|
|
if (this.cidttt == 1) {
|
|
|
if (this.steps == 1) {
|
|
|
- if (this.courseName != "") {
|
|
|
+ if (this.courseName != "" && typeT == 3) {
|
|
|
this.steps = 3;
|
|
|
setTimeout(() => {
|
|
|
this.checkEva(this.checkId);
|
|
@@ -2983,7 +2983,7 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
if (this.steps == 1) {
|
|
|
- if (this.courseName != "") {
|
|
|
+ if (this.courseName != "" && typeT == 3) {
|
|
|
if (this.cid == "" || this.cid == undefined) {
|
|
|
this.addWork();
|
|
|
} else {
|