Explorar o código

提交 增加关闭暂停

1
mo %!s(int64=3) %!d(string=hai) anos
pai
achega
165eafeed8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/teamDetail/componentCourse/studentWork.vue

+ 2 - 1
src/views/teamDetail/componentCourse/studentWork.vue

@@ -346,7 +346,7 @@ export default {
       }).then((res) => {
         if (res.code == 200) {
           this.activeCommit = res.data.rows;
-
+          this.activeIndex= 0;
           this.workVisible = true;
           // item.up = false
         }
@@ -354,6 +354,7 @@ export default {
     },
     closeWorkVisible() {
       this.activeUrl = "";
+      this.activeIndex= -1;
     },
     prev(val) {
       this.$nextTick(() => {