WXL
2024-08-22 62bfa86a41c6797881194f91b9b748e120c11ea7
测试完成
已修改3个文件
31 ■■■■■ 文件已修改
src/views/followvisit/outpatient/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/Missionotice.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/questionnaire/index.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/outpatient/index.vue
@@ -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: {
      },
    };
  },
@@ -789,7 +789,10 @@
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 2 },
        query: {
          type: 3,
          serviceType: 3,
        },
      });
    },
src/views/patient/propaganda/Missionotice.vue
@@ -556,8 +556,11 @@
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 1 },
        path: "/followvisit/Missioncreation",
        query: {
          type: 1,
          serviceType:8,
        },
      });
    },
    /** 修改按钮操作 */
src/views/patient/questionnaire/index.vue
@@ -614,7 +614,6 @@
          value: 4,
          label: "已停止",
        },
      ],
      // 表单校验
      rules: {
@@ -785,8 +784,11 @@
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 6 },
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 7,
        },
      });
    },
@@ -888,10 +890,7 @@
    Seedetails() {
      this.$router.push({
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 7,
        },
        query: { type: 6 },
      });
    },
    // 导入按钮