diff --git a/src/views/homePage/components/tableMain.vue b/src/views/homePage/components/tableMain.vue index 7673741..1ed952e 100644 --- a/src/views/homePage/components/tableMain.vue +++ b/src/views/homePage/components/tableMain.vue @@ -2416,8 +2416,8 @@ export default { termIds: this.idArray, }; console.log(params); - // this.changeIssue(params); - //this.pullFileVisible = false; + this.changeIssue(params); + this.pullFileVisible = false; } }); },