Commit 9bb77dbf authored by 黄奎's avatar 黄奎

页面修改

parent 2562e140
......@@ -79,7 +79,7 @@
</el-tooltip>
<el-tooltip class="item" effect="dark" content="下载" placement="top-start">
<el-button type="danger" icon="iconfont icon-img_delete_small" circle @click="ToDownWord(item.Id)">
<el-button type="danger" icon="iconfont icon-img_delete_small" circle @click="ToDownWord(item)">
</el-button>
</el-tooltip>
</td>
......@@ -124,7 +124,6 @@
this.msg,
res => {
this.loading = false;
console.log(res,'ressssss');
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
this.total = res.data.data.count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment