WXL
2024-09-03 a346cfbcb03a303dca252d910d2181f00e7adc20
src/views/followvisit/outpatient/index.vue
@@ -240,7 +240,7 @@
        />
        <el-table-column
          label="随访方式(需调整格式)"
          label="随访方式"
          align="center"
          key="serviceform"
          prop="serviceform"
@@ -276,7 +276,7 @@
            <span>{{ parseTime(scope.row.finishtime) }}</span>
          </template>
        </el-table-column>
        <el-table-column
          label="随访状态"
@@ -634,7 +634,7 @@
        pageNum: 1,
        pageSize: 10,
        hospType:2
      },
      propss: { multiple: true },
      options: [],
@@ -660,7 +660,7 @@
      serviceState:[],
      // 表单校验
      rules: {
      },
    };
  },
@@ -788,8 +788,11 @@
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 2 },
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 3,
        },
      });
    },