WXL
2024-08-27 c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d
src/views/patient/physical/index.vue
@@ -800,8 +800,11 @@
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/followvisit/particty",
        query: { type: 5 },
        path: "/followvisit/QuestionnaireTask",
        query: {
          type: 2,
          serviceType: 1,
        },
      });
    },