Browse Source

首页接口

master
parent
commit
5ec0b6bcbd
  1. 4
      pages/index.vue

4
pages/index.vue

@ -343,6 +343,10 @@ export default {
},
sectionChange(index) {
this.queryParams.enterprise = index
},
querySelect(v, key) {
this.queryParams[key] = v.detail
this.init()
}
}
}

Loading…
Cancel
Save