WXL
2025-02-25 44d24a2155bb22930a0d0d02ccacebd8d0871fa2
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;
        }
      });
    },