微调弹出框

This commit is contained in:
sjl
2024-12-06 09:11:44 +08:00
parent 69a4cbbbc2
commit b57a7edf28
6 changed files with 12 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ import type { ErrorSystem } from '@/api/error/interface'
const props = defineProps<{
isShow: boolean;
}>();
console.log(props.isShow,1111)
//console.log(props.isShow,1111)
const handleCommand = (command: string | number | object) => {
detail_dialogTitle.value = command as string;
detail_dialogFormVisible.value = true // 显示对话框