@@ -193,6 +193,8 @@ const open = async (row: any) => {
queryParams.name = '';
queryParams.code = '';
dialogVisible.value = true
+
+ await getList();
}
defineExpose({ open }) // 提供 open 方法,用于打开弹窗
const getList = async () => {