Commit 6a4d8d5d authored by 吴冠's avatar 吴冠

测试

parent 5c07ec66
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
> >
</div> </div>
</el-dialog> </el-dialog>
//参加报价供应商情况 <!-- --> <!-- //参加报价供应商情况 --> <!-- -->
<el-dialog <el-dialog
title="参加报价供应商情况" title="参加报价供应商情况"
:visible.sync="PdialogVisible" :visible.sync="PdialogVisible"
......
...@@ -68,10 +68,10 @@ ...@@ -68,10 +68,10 @@
</div> </div>
</li> </li>
</ul> </ul>
<div v-show="isshow"> <!-- <div v-show="isshow">
<h2>参与报价供应商情况</h2> <h2>参与报价供应商情况</h2>
<dataTable :table-data="tabledata" :columns="columns" :isPageobj="false"></dataTable> <dataTable :table-data="tabledata" :columns="columns" :isPageobj="false"></dataTable>
</div> </div> -->
<div class="pagination flex-center"> <div class="pagination flex-center">
<el-pagination <el-pagination
@size-change="handleSizeChange" @size-change="handleSizeChange"
...@@ -104,8 +104,6 @@ export default { ...@@ -104,8 +104,6 @@ export default {
} }
if(Cookies.get("details")){ if(Cookies.get("details")){
mes.currentPage = Cookies.get("currentPage") mes.currentPage = Cookies.get("currentPage")
}else{
Cookies.remove("currentPage");
} }
Cookies.remove("details") Cookies.remove("details")
Cookies.remove("currentPage") Cookies.remove("currentPage")
......
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