清空表单

This commit is contained in:
zoujiandong
2023-07-17 17:22:34 +08:00
parent 245b2b2aec
commit 8b6bf6698c
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export function getDoctorList(params){
export function addDoctor(data) {
return request({
url,
method: 'Doctor',
method: 'post',
data
})
}