| | |
| | | }, |
| | | |
| | | getList() { |
| | | this.loading = true |
| | | this.queryParams.type = this.tjStatus; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false |
| | | if (response.data) { |
| | | if (response.data.date) { |
| | | this.tableList = response.data.date; |
| | |
| | | } else { |
| | | this.tableList = []; |
| | | } |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | |
| | | // 单选按钮 |
| | | radioChange(val) { |
| | | this.loading = true |
| | | this.queryParams.type = val; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false |
| | | if (response.data) { |
| | | this.tableList = response.data.date; |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.tableList = []; |
| | | } |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | |
| | |
| | | height: 240px; |
| | | overflow: auto |
| | | } |
| | | |
| | | .setclass { |
| | | background-color: #f86b35; |
| | | color: black; |