mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:讨乱编辑样式
This commit is contained in:
@@ -209,6 +209,7 @@
|
||||
<div>
|
||||
<add-discuss
|
||||
v-model:adddiscussVisible="adddiscussvisible"
|
||||
v-model:edit="edit"
|
||||
v-model:projectId="projectId"
|
||||
v-model:chooseStageId="chooseStageId"
|
||||
@changeData="updateTableData"
|
||||
@@ -1954,6 +1955,9 @@ export default {
|
||||
else if (type == "投票") {
|
||||
showDrawerAddVote(id)
|
||||
}
|
||||
else if (type == "讨论") {
|
||||
showDrawerAddDiscuss(id)
|
||||
}
|
||||
}
|
||||
return {
|
||||
...toRefs(state),
|
||||
|
||||
Reference in New Issue
Block a user