src/views/patient/patient/profile/index.vue @@ -1240,7 +1240,7 @@ patid: this.id, }).then((res) => { if (res.code == 200) { this.record = res.rows; this.record = res.rows[0].serviceSubtaskList; } }); },