| | |
| | | }, |
| | | /** 新增按钮操作 */ |
| | | handleAdd(row) { |
| | | debugger; |
| | | this.curCase = { |
| | | id: row.id, |
| | | recordstate: null, |
| | |
| | | let searchParam = { |
| | | infoid: row.id, |
| | | }; |
| | | debugger; |
| | | this.GetDonortedList(); |
| | | const infoid = this.form.infoid; |
| | | getByInfoId(infoid).then((response) => { |
| | |
| | | //donorno: this.form.donorno, |
| | | infoid: this.curCase.id, |
| | | }; |
| | | debugger; |
| | | console.log( |
| | | "调用器官列表接口,参数:" + JSON.stringify(oraganqueryParam) |
| | | ); |
| | | listDonateorgan(oraganqueryParam).then((response) => { |
| | | debugger; |
| | | this.loading = false; |
| | | if (response.code == 200) { |
| | | this.organdonation = []; |