Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
1b93c20fef
  1. 4
      src/views/modules/base/resi.vue

4
src/views/modules/base/resi.vue

@ -319,7 +319,7 @@ export default {
},
data () {
return {
activeNames: ['1'],
activeNames: [],
openSearch: false,
exportBtn: false,
exportBtnTitle: '导出',
@ -453,7 +453,9 @@ export default {
this.getTableData()
},
handleOpenSearch() {
if (!this.openSearch) this.activeNames = [this.searchList[0].itemGroupId]
this.openSearch = !this.openSearch
},
computedWidth (label, type) {

Loading…
Cancel
Save