11wqe1 3 months ago
parent
commit
cabddf2408

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

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

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

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