11wqe1 3 maanden geleden
bovenliggende
commit
cabddf2408

+ 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;