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

Loading…
Cancel
Save