1
@@ -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(() => {