Revert "```"

This reverts commit abc0674531.
This commit is contained in:
2025-12-26 22:21:21 +08:00
parent ae6c486114
commit 3115e38cc4
920 changed files with 14452 additions and 107025 deletions

View File

@@ -118,10 +118,7 @@ async function submit() {
refund(form.value).then((res) => {
if (res.code == 200) {
reset();
emit('close', {
status: 'success',
busNo: props.patientInfo?.busNo,
});
emit('close', 'success');
}
});
}