ソースを参照

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

lsc 2 週間 前
コミット
14e1639231

+ 2 - 0
src/components/pages/liyuan/bjspersonTop.vue

@@ -521,6 +521,7 @@ export default {
       }
     },
     getTasktag() {
+      this.loading = true;
       let params = {
         oid: ""
       };
@@ -535,6 +536,7 @@ export default {
           this.getWorks("");
         })
         .catch(err => {
+          this.loading = false;
           console.error(err);
         });
     },

+ 1 - 0
src/components/pages/sassPlatform/view/tableView.vue

@@ -705,6 +705,7 @@ export default {
 
 .tv_bottom {
   width: 100%;
+  min-height: 200px;
   height: calc(100% - 100px);
   overflow: auto;
   padding: 0 20px;