| | |
| | | import Public from "@/components/public"; |
| | | import { getInfo } from "@/api/login"; |
| | | import { |
| | | huaYangetProList, |
| | | yingXiangGetProList, |
| | | getPhotoList, |
| | | getaddRemark, |
| | | getParentList, |
| | |
| | | getList() { |
| | | this.loading = true; |
| | | this.queryParams.type = this.tjStatus; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | yingXiangGetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data) { |
| | |
| | | radioChange(val) { |
| | | this.loading = true; |
| | | this.queryParams.type = val; |
| | | huaYangetProList(this.queryParams).then((response) => { |
| | | yingXiangGetProList(this.queryParams).then((response) => { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data) { |