搜索
This commit is contained in:
parent
b2ef2ae545
commit
c6ae01fe2b
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user