mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
feat:讨论的编辑
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user