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