WXL
2024-09-01 8dcf2987d3fcb5a7a8244513148606ead6715d53
src/views/patient/questionnaire/index.vue
@@ -784,8 +784,11 @@
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 6 },
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 7,
        },
      });
    },