feat:合并

This commit is contained in:
王熙东
2022-11-17 09:26:30 +08:00
parent 8d0cb128a1
commit ea5384632d
6 changed files with 418 additions and 414 deletions

View File

@@ -79,7 +79,7 @@
</div>
<!-- 创建投票侧弹窗 -->
<div>
<cre-vote
<create-vote
v-model:crevoteVisible="crevotevisible"
@getData="getStemId"
v-model:ballotId="ballotId"
@@ -136,7 +136,7 @@
</template>
<script>
import { reactive, toRefs} from "vue";
import CreVote from "./CreateVote.vue";
import CreateVote from "./CreateVote.vue";
import * as api from "../../api/indexVote";
import { message } from "ant-design-vue";
import { RouterEditTask } from "@/api/indexTask";
@@ -147,7 +147,7 @@ import * as apiTask from "../../api/indexTaskadd";
export default {
name: "AddVote",
components: {
CreVote,
CreateVote,
},
props: {
addvoteVisible: {