src/views/patient/patient/profile/index.vue
@@ -120,6 +120,7 @@ v-model="userform.name" placeholder="请输入姓名" maxlength="30" disabled ></el-input> </el-form-item ></el-col> <el-col :span="12" @@ -1240,7 +1241,7 @@ patid: this.id, }).then((res) => { if (res.code == 200) { this.record = res.rows; this.record = res.rows[0].serviceSubtaskList; } }); },