From c6ae01fe2b52048ed0fa239c797e78a21442c613 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 7 Dec 2023 10:34:26 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index f728a78..3bbb260 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -1588,7 +1588,9 @@ const showCheckedAll=ref(true); // 重置搜索 const handleResetQuery = () => { proxy.$refs.queryFormRef.resetFields(); - getDoctorInfo(queryForm); + pager.page = 1; + pager.page_size=10; + getDoctorInfo({ ...pager, ...queryForm }); } //获取oss签名 const getOssSign = async (scene, File) => { From 56230fafb3105b46d51fe92c7bfff2ae46d14cc4 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 13 Dec 2023 15:03:16 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 746b2bd..396513a 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ BASE_URL= "https://vue3.go-admin.dev" -VITE_BASE_URL= "http://dev.hospital.admin.api.igandanyiyuan.com" +VITE_BASE_URL= "https://dev.hospital.admin.api.igandanyiyuan.com" VITE_IMG_URL="https://img.applets.igandanyiyuan.com" \ No newline at end of file From 3b0b095a17ef8c0b3b706a3ebd48941357a0d9f1 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 13 Dec 2023 15:14:53 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 396513a..df7f252 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ BASE_URL= "https://vue3.go-admin.dev" -VITE_BASE_URL= "https://dev.hospital.admin.api.igandanyiyuan.com" +VITE_BASE_URL= "https://www.baidu.com" VITE_IMG_URL="https://img.applets.igandanyiyuan.com" \ No newline at end of file From 82cbb4646a98f0b2e42a9092110153eacb87e862 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 14 Dec 2023 09:00:38 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index df7f252..396513a 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ BASE_URL= "https://vue3.go-admin.dev" -VITE_BASE_URL= "https://www.baidu.com" +VITE_BASE_URL= "https://dev.hospital.admin.api.igandanyiyuan.com" VITE_IMG_URL="https://img.applets.igandanyiyuan.com" \ No newline at end of file From 6de0f4d303ce38e20ded4043ed9925b3c1a8ddeb Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 18 Dec 2023 09:04:55 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.test b/.env.test index 746b2bd..396513a 100644 --- a/.env.test +++ b/.env.test @@ -1,3 +1,3 @@ BASE_URL= "https://vue3.go-admin.dev" -VITE_BASE_URL= "http://dev.hospital.admin.api.igandanyiyuan.com" +VITE_BASE_URL= "https://dev.hospital.admin.api.igandanyiyuan.com" VITE_IMG_URL="https://img.applets.igandanyiyuan.com" \ No newline at end of file From e09743bfd197f9a77c1551c95b7f2239a77fa530 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 20 Dec 2023 10:12:25 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=8C=BB=E5=B8=88=E8=B5=84=E6=A0=BC?= =?UTF-8?q?=E8=AF=81=E6=9C=80=E5=B0=91=E4=B8=8A=E4=BC=A0=E4=B8=A4=E5=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index 3bbb260..f5682cb 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -938,6 +938,9 @@ const showCheckedAll=ref(true); if (qualification_cert_list.value.length == 0) { cb("请上传医师资格证") } + if (qualification_cert_list.value.length < 2) { + cb("医师资格证最少上传两张") + } resolve() }, 1000) })