lsc 1 年之前
父节点
当前提交
81725f60ee
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/pages/task/addCourse.vue

+ 1 - 0
src/components/pages/task/addCourse.vue

@@ -8721,6 +8721,7 @@ export default {
           this.cid = res.data.courseId;
           this.courseUserid = this.userid;
           this.islogin = true;
+          this.steps = 4;
         })
         .catch((err) => {
           this.$message.error("网络不佳");