| | |
| | | }, |
| | | rules: { |
| | | hzType: [ |
| | | { required: true, message: '请选择科室', trigger: 'change' } |
| | | { required: true, message: '', trigger: 'change' } |
| | | ] |
| | | } |
| | | }; |
| | |
| | | this.loading = true; |
| | | this.queryParams.type = this.tjStatus; |
| | | getProList(this.queryParams).then((response) => { |
| | | if (response.data) { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | if (response.data.date) { |
| | | this.tableList = response.data.date; |
| | | if (response.data) { |
| | | if (response.data.date) { |
| | | this.tableList = response.data.date; |
| | | } else { |
| | | this.tableList = response.data.customers; |
| | | } |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.tableList = response.data.customers; |
| | | this.tableList = []; |
| | | } |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.tableList = []; |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | |
| | |
| | | this.queryParams.type = val; |
| | | this.loading = true; |
| | | getProList(this.queryParams).then((response) => { |
| | | if (response.data) { |
| | | if (response.code == 200) { |
| | | this.loading = false; |
| | | this.tableList = response.data.date; |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.tableList = []; |
| | | if (response.data) { |
| | | this.tableList = response.data.date; |
| | | this.total = response.data.total; |
| | | } else { |
| | | this.tableList = []; |
| | | } |
| | | } |
| | | |
| | | }); |
| | | }, |
| | | |