WXL
2024-09-03 d03829bdf327d0e457a2f4e3699a69d5ad47d3a3
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,
        },
      });
    },