Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

zengyicheng 2 years ago
parent
commit
048858cc80

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.d7d178842096db4f4976a51210f79bdd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.748f10c1abb0af104b93.js></script><script type=text/javascript src=./static/js/app.39b6e0aa6c9f8d2694d7.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.39a8aa864b0fd55466a9e41fbc53527a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.748f10c1abb0af104b93.js></script><script type=text/javascript src=./static/js/app.3bf6963d3d93ca1d8a76.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.39a8aa864b0fd55466a9e41fbc53527a.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.39a8aa864b0fd55466a9e41fbc53527a.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d7d178842096db4f4976a51210f79bdd.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.d7d178842096db4f4976a51210f79bdd.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.39b6e0aa6c9f8d2694d7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3bf6963d3d93ca1d8a76.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3bf6963d3d93ca1d8a76.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


File diff suppressed because it is too large
+ 458 - 190
src/components/pages/CaseDesignS.vue


+ 14 - 8
src/components/pages/addCourse.vue

@@ -105,7 +105,7 @@
         <div style="width: 100%; height: 100%; overflow: auto" ref="stepBox">
           <div class="courseTop">
             <div class="stepsNav">
-              <h3 class="info_title" v-if="steps == 1">课程内容填写</h3>
+              <h3 class="info_title" v-if="steps == 1">填写基本信息</h3>
               <h3 class="info_title" v-if="steps == 2">请选择课程框架</h3>
               <h3 class="info_title" v-if="steps == 3">上传课程内容</h3>
               <h3 class="info_title" v-if="steps == 4">上传课程</h3>
@@ -3032,9 +3032,12 @@
               <el-input
                 placeholder="搜索班级名称"
                 v-model="classSearch"
-                @keyup.enter.native="getClass()"
+                @input="getClass()"
               ></el-input>
-              <div class="search_img" @click="getClass()">
+              <!-- @click="getClass()" 
+                @keyup.enter.native="getClass()"
+               -->
+              <div class="search_img" >
                 <img src="../../assets/icon/search.png" alt />
               </div>
             </div>
@@ -5466,6 +5469,7 @@ export default {
       _this.unitJson[unitIndex].chapterInfo[0].taskJson[
         itemTaskIndex
       ].isAllSize = (file.size / 1024 / 1024).toFixed(2);
+      _this.$forceUpdate();
       if (file) {
         var params = {
           Key:
@@ -5494,7 +5498,7 @@ export default {
             _this.unitJson[unitIndex].chapterInfo[0].taskJson[
               itemTaskIndex
             ].isFinishSize = (evt.loaded / 1024 / 1024).toFixed(2);
-            this.$forceUpdate();
+            _this.$forceUpdate();
           })
           .send(function (err, data) {
             // loading.close();
@@ -5626,6 +5630,7 @@ export default {
       _this.unitJson[unitIndex].chapterInfo[0].taskJson[
         itemTaskIndex
       ].isAllSize = (file.size / 1024 / 1024).toFixed(2);
+      _this.$forceUpdate();
       if (file) {
         var params = {
           Key:
@@ -5654,7 +5659,7 @@ export default {
             _this.unitJson[unitIndex].chapterInfo[0].taskJson[
               itemTaskIndex
             ].isFinishSize = (evt.loaded / 1024 / 1024).toFixed(2);
-            this.$forceUpdate();
+            _this.$forceUpdate();
           })
           .send(function (err, data) {
             // loading.close();
@@ -7664,9 +7669,10 @@ export default {
             if (!this.cid) {
               this.courseTypeId[res.data[0][i].id] = [];
             }
-            if (!this.CourseTypeJson[res.data[0][i].id]) {
-              this.CourseTypeJson[res.data[0][i].id] = [];
-            }
+            // if (!this.CourseTypeJson[res.data[0][i].id]) {
+            // }
+            this.CourseTypeJson[res.data[0][i].id] = [];
+
             if (this.oid == "69893dca-1d47-11ed-8c78-005056b86db5") {
               if (res.data[0][i].name == "栏目") {
                 this.CourseType[0][i].name = "主题";

+ 7 - 5
src/components/pages/student/addCourse.vue

@@ -8307,9 +8307,7 @@ export default {
             if (!this.cid) {
               this.courseTypeId[res.data[0][i].id] = "";
             }
-            if (!this.CourseTypeJson[res.data[0][i].id]) {
-              this.CourseTypeJson[res.data[0][i].id] = [];
-            }
+            this.CourseTypeJson[res.data[0][i].id] = [];
             if (this.oid == "1c3b9def-8fbe-11ed-b13d-005056b86db5") {
               if (res.data[0][i].name == "赛道") {
                 this.CourseType[0][i].name = "项目类型";
@@ -8907,8 +8905,12 @@ export default {
       const x = new XMLHttpRequest();
       x.open("GET", _url, true);
       x.responseType = "blob";
-      const loading = this.openLoading();
-      _this.$message.success("文件下载中...");
+      const loading = _this.$loading.service({
+        background: "rgba(255, 255, 255, 0.7)",
+        target: document.body,
+        text:'文件加载中...'
+      });
+      // _this.$message.success("文件下载中...");
       x.onload = function (e) {
         loading.close();
         // const url = window.URL.createObjectURL(x.response);

Some files were not shown because too many files changed in this diff