| | |
| | | |
| | | }, |
| | | getAllList() { |
| | | this.loading = true |
| | | this.openone = 1 |
| | | newGetTjPat(this.queryParams).then(res => { |
| | | this.dataList = res.data |
| | | this.loading = false |
| | | }) |
| | | }, |
| | | getList() { |
| | | this.openone = 0 |
| | | this.loading = true |
| | | Packagestlist(this.queryParams).then(res => { |
| | | this.dataList = res.rows |
| | | this.loading = false |
| | | }) |
| | | }, |
| | | handleQuery() { |
| | |
| | | } else if (this.openone == 1) { |
| | | this.getAllList() |
| | | } else if (this.openone == 2) { |
| | | this.loading = true |
| | | getTjYxjcList(this.queryParams).then(res => { |
| | | this.dataList = res.data |
| | | this.loading = false |
| | | }) |
| | | } |
| | | }, |