diff --git a/src/components/vote/AddVote.vue b/src/components/vote/AddVote.vue index 21aa3c4e..4c2a5f77 100644 --- a/src/components/vote/AddVote.vue +++ b/src/components/vote/AddVote.vue @@ -55,7 +55,7 @@
- {{ ballot_name }} + {{ ballot_name }}
@@ -76,7 +76,7 @@
- {{ ballot_name }} + {{ ballot_name }}
@@ -254,7 +254,6 @@ export default { fileList: [], voteCount: null, projectTemplateId: null, - }); const closeDrawer = () => { (state.inputV1 = ""), @@ -304,7 +303,6 @@ export default { console.log("file========", file); console.log("file========", file.response); state.voteCount = file.response.data; - } }); //fileList.value = resFileList; diff --git a/src/components/vote/CreateVote.vue b/src/components/vote/CreateVote.vue index 066465fc..7105db41 100644 --- a/src/components/vote/CreateVote.vue +++ b/src/components/vote/CreateVote.vue @@ -272,7 +272,7 @@ export default { } }); } else { - virtualDel(); + virtualDel(id); } }; const virtualDel = (id) => { diff --git a/src/views/research/ResearchAdd.vue b/src/views/research/ResearchAdd.vue index 323d038f..b427a393 100644 --- a/src/views/research/ResearchAdd.vue +++ b/src/views/research/ResearchAdd.vue @@ -460,7 +460,7 @@ export default { }); } } else { - virtualDel(); + virtualDel(id); } }; const virtualDel = (id) => {