WXL
2025-02-27 5e20020aca76d33227c962a08bb116591a9f28b9
src/views/followvisit/record/detailpage/index.vue
@@ -221,9 +221,9 @@
              <el-button plain type="info" @click="Editsingletaskson('5')"
                >中心随访</el-button
              >
              <el-button type="primary" round @click="sendAgain()"
              <!-- <el-button type="primary" round @click="sendAgain()"
                >再次随访</el-button
              >
              > -->
            </div>
          </el-form-item>
        </el-form>
@@ -597,7 +597,7 @@
    // 获取基础信息
    getuserinfo() {
      const queryParams = {
        pid: Number(this.id),
        pid: Number(this.patid),
        allhosp: "0",
        pageNum: 1,
      };
@@ -756,7 +756,7 @@
          this.templateid = this.logsheetlist[0].templateid;
          console.log(this.form.serviceType, "serviceType");
        }
this.getuserinfo()
        if (this.Voicetype) {
          this.getPersonVoices();
        } else {
@@ -1049,6 +1049,9 @@
    top: 0;
  }
}
::v-deep.el-input.is-disabled .el-input__inner{
color: #02a7f0;
}
::v-deep.offside-value .el-radio__label {
  color: #fff;
}