This commit is contained in:
lcw
2026-04-23 09:28:13 +08:00
parent 836bcf196c
commit 9fa073546b
3 changed files with 39 additions and 10 deletions

View File

@ -118,7 +118,7 @@ const close = () => {
listQuery.value = {};
dialogForm.value = false;
loading.value = false;
router.replace({ path: '/judgmentCommand' })// 移除id 避免刷新一直带参数
router.replace({ path: '/judgmentCommand' })// 移除id 避免刷新一直带参数
};
defineExpose({ init });