WXL
2024-08-22 62bfa86a41c6797881194f91b9b748e120c11ea7
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,
        },
      });
    },