fix 修改详情触发两次接口 数据库订阅添加字段

This commit is contained in:
2023-07-12 15:01:07 +08:00
parent e8cd3f20ba
commit 213130a207
3 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<span>{{ i.title }}({{ i.year }})</span>
<div class="bottom">
<time class="time">类型{{ i.type }}</time>
<el-button text class="button" @click="getInfo(i.id)">详情</el-button>
<el-button text class="button" >详情</el-button>
</div>
</div>
</el-card>