Merge branch 'dev'
This commit is contained in:
commit
b6cf1834a5
@ -1,3 +1,3 @@
|
|||||||
BASE_URL= "https://vue3.go-admin.dev"
|
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"
|
VITE_IMG_URL="https://img.applets.igandanyiyuan.com"
|
||||||
@ -1,3 +1,3 @@
|
|||||||
BASE_URL= "https://vue3.go-admin.dev"
|
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"
|
VITE_IMG_URL="https://img.applets.igandanyiyuan.com"
|
||||||
@ -938,6 +938,9 @@ const showCheckedAll=ref(true);
|
|||||||
if (qualification_cert_list.value.length == 0) {
|
if (qualification_cert_list.value.length == 0) {
|
||||||
cb("请上传医师资格证")
|
cb("请上传医师资格证")
|
||||||
}
|
}
|
||||||
|
if (qualification_cert_list.value.length < 2) {
|
||||||
|
cb("医师资格证最少上传两张")
|
||||||
|
}
|
||||||
resolve()
|
resolve()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
})
|
})
|
||||||
@ -1588,7 +1591,9 @@ const showCheckedAll=ref(true);
|
|||||||
// 重置搜索
|
// 重置搜索
|
||||||
const handleResetQuery = () => {
|
const handleResetQuery = () => {
|
||||||
proxy.$refs.queryFormRef.resetFields();
|
proxy.$refs.queryFormRef.resetFields();
|
||||||
getDoctorInfo(queryForm);
|
pager.page = 1;
|
||||||
|
pager.page_size=10;
|
||||||
|
getDoctorInfo({ ...pager, ...queryForm });
|
||||||
}
|
}
|
||||||
//获取oss签名
|
//获取oss签名
|
||||||
const getOssSign = async (scene, File) => {
|
const getOssSign = async (scene, File) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user