Commit 2ccbf3a7 by LJM

询价管理:重新查询后,上一次查看的底部报价详情未隐藏

parent e32f813f
Showing with 1 additions and 1 deletions
......@@ -140,7 +140,7 @@
<el-pagination layout="total, sizes, prev, pager, next, jumper" :page-sizes="[10, 20, 50, 100, 200]" :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="page"></el-pagination>
</div>
<!--报价小助手信息-->
<template v-if="listVisible">
<template v-if="listVisible && tableData.length > 0">
<i class="ic"></i>
<div style="margin-bottom: 20px;">
<el-radio-group v-model="tabIndex" @change="change(tabIndex)">
......
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 sign in to comment