| | |
| | | flags: false, |
| | | jianqianwenzhendata: [], |
| | | jianqians: false, |
| | | adviceLoading: false, |
| | | sex: true, |
| | | activeName: "1", |
| | | hosproy: true, |
| | |
| | | const end = new Date(); |
| | | const start = new Date(); |
| | | start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); |
| | | picker.$emit("pick", [start, end]); |
| | | picker.$adviceLoading("pick", [start, end]); |
| | | }, |
| | | }, |
| | | { |
| | |
| | | this.getlistHosp(); |
| | | this.reset(); |
| | | this.form = row; |
| | | this.form = { |
| | | ...row, |
| | | deptId: row.deptId != null ? String(row.deptId) : null, // 👈 确保为字符串 |
| | | }; |
| | | if (this.form.hospId) { |
| | | this.sendhospName(); |
| | | } |