feat:添加后获取列表

This commit is contained in:
岳佳鑫
2022-11-03 18:38:24 +08:00
parent 8638707e81
commit 4ee4fa0a0b
3 changed files with 10 additions and 2 deletions

View File

@@ -207,7 +207,7 @@
</div>
<!-- 添加活动侧弹窗 -->
<div>
<add-active v-model:addactiveVisible="addactivevisible" />
<add-active v-model:addactiveVisible="addactivevisible" @changeData="updateTableData"/>
</div>
<!-- 添加活动侧弹窗 -->
<div class="lin"></div>
@@ -855,6 +855,8 @@ export default {
? "外链"
: value.type == 8
? "讨论"
: value.type == 9
? "活动"
: value.type == 10
? "测评"
: value.type == 11