| | |
| | | |
| | | // 获取列表 |
| | | getList () { |
| | | this.loading() |
| | | let params = { |
| | | searchKey: this.searchKey, |
| | | size: this.pages.pageSize, |
| | |
| | | } else if (this.typeValue == 5) {//扫码上报 |
| | | this.getAddressManageList(params) |
| | | } |
| | | |
| | | |
| | | }, |
| | | |
| | | searchBtn () { |
| | |
| | | getAppOwerRenterRegistrantList (params) { |
| | | getAppOwerRenterRegistrantList(params).then(res => { |
| | | this.tableData = res.data.data.records |
| | | this.pages.total = res.data.data.total |
| | | setTimeout(() => { |
| | | loading && loading.close() |
| | | }, 500) |
| | | }) |
| | | }, |
| | | |
| | |
| | | getAppOwerRenterRegistrantCohabitList (params) { |
| | | getAppOwerRenterRegistrantCohabitList(params).then(res => { |
| | | this.tableData = res.data.data.records |
| | | this.pages.total = res.data.data.total |
| | | setTimeout(() => { |
| | | loading && loading.close() |
| | | }, 500) |
| | | }) |
| | | }, |
| | | |
| | |
| | | }) |
| | | } |
| | | this.tableData = res.data.data.records |
| | | this.pages.total = res.data.data.total |
| | | setTimeout(() => { |
| | | loading && loading.close() |
| | | }, 500) |
| | | }) |
| | | }, |
| | | |
| | |
| | | getAppEmploymentRegistrationList (params) { |
| | | getAppEmploymentRegistrationList(params).then(res => { |
| | | this.tableData = res.data.data.records |
| | | this.pages.total = res.data.data.total |
| | | setTimeout(() => { |
| | | loading && loading.close() |
| | | }, 500) |
| | | }) |
| | | }, |
| | | |
| | |
| | | }) |
| | | } |
| | | this.tableData = res.data.data.records |
| | | this.pages.total = res.data.data.total |
| | | setTimeout(() => { |
| | | loading && loading.close() |
| | | }, 500) |
| | | }) |
| | | }, |
| | | |