【银保app】保单列表默认隐藏搜索

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-12-26 20:30:57 +08:00
parent 4f4e48a932
commit f4dd28deee

View File

@@ -139,7 +139,7 @@ export default {
findValue: '', // 上面搜索框的value findValue: '', // 上面搜索框的value
policyListDTOList: [], policyListDTOList: [],
filpolicyListDTOList: [], // 结合watch过滤后的卡片数据 filpolicyListDTOList: [], // 结合watch过滤后的卡片数据
showSideBar: true, // 侧边栏展开否 showSideBar: false, // 侧边栏展开否
list1: [ list1: [
{ id: 0, name: '全部' }, { id: 0, name: '全部' },
{ id: 1, name: '有效' }, { id: 1, name: '有效' },