WXL
2025-02-25 bfce8d1b8f02af1ac9223e4e0d315b858557a2f5
src/views/patient/follow/index.vue
@@ -180,7 +180,7 @@
                @click="
                  $router.push({
                    path: '/patient/patient/profile/',
                    query: { id: scope.row.patid },
                    query: { id: scope.row.id },
                  })
                "
@@ -518,7 +518,7 @@
    /** 下载模板操作 */
    importTemplate() {
      this.download(
        "system/user/importTemplate",
        "smartor/import/getImportPatTemplate",
        {},
        `user_template_${new Date().getTime()}.xlsx`
      );