This commit is contained in:
zoujiandong 2023-12-07 10:34:26 +08:00
parent b2ef2ae545
commit c6ae01fe2b

View File

@ -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) => {