WXL (wul)
3 天以前 b57c6c97c7de4cb5aeeb6c766a4642fac5b9b500
src/views/Satisfaction/configurationmyd/batch.vue
@@ -143,9 +143,7 @@
                  </div>
                  <div class="patient-item">
                    <span class="label">性别:</span>
                    <span class="value">{{
                      row.patdescJson.sex
                    }}</span>
                    <span class="value">{{ row.patdescJson.sex }}</span>
                  </div>
                  <div class="patient-item">
                    <span class="label">年龄:</span>
@@ -599,7 +597,8 @@
  created() {
    // 从路由参数获取问题ID
    this.filterParams.scriptids = this.$route.query.questionId || this.$route.query.questionIds||null;
    this.filterParams.scriptids =
      this.$route.query.questionId || this.$route.query.questionIds || null;
    // if (this.$route.query.questionId) {
    // } else if (this.$route.query.questionIds) {
    //   console.log(
@@ -797,8 +796,10 @@
      this.filterParams = {
        todeptcode: "",
        handleFlag: "",
        templateType: "",
        scriptids: null, // 保留问题ID
        scriptids:
          this.$route.query.questionId || this.$route.query.questionIds || null,
        templateType: Number(this.$route.query.type) || null,
        pageNum: 1,
        pageSize: 10,
      };
@@ -831,7 +832,8 @@
    // 返回异常列表
    handleGoBack() {
      this.$router.push("/satisfaction/exception/list");
      // this.$router.push("/satisfaction/exception/list");
      this.$router.push("/Intelligentcenter/dispose");
    },
    // 查看详情