feat:讨论的编辑

This commit is contained in:
岳佳鑫
2022-11-07 17:02:25 +08:00
parent e688448cf9
commit b3f2be8b4a
3 changed files with 33 additions and 5 deletions

View File

@@ -212,6 +212,7 @@
v-model:edit="edit"
v-model:projectId="projectId"
v-model:chooseStageId="chooseStageId"
v-model:editDiscussId="editDiscussId"
@changeData="updateTableData"
/>
</div>
@@ -230,6 +231,7 @@
<add-active
v-model:addactiveVisible="addactivevisible"
v-model:projectId="projectId"
v-model:edit="edit"
v-model:chooseStageId="chooseStageId"
@changeData="updateTableData"
/>
@@ -1958,6 +1960,9 @@ export default {
else if (type == "讨论") {
showDrawerAddDiscuss(id)
}
else if (type == "活动") {
showDrawerAddActive(id)
}
}
return {
...toRefs(state),