新增-表单校验

This commit is contained in:
2024-10-29 21:14:40 +08:00
parent ab2037c8ca
commit ef97ebbec1
2 changed files with 212 additions and 260 deletions

View File

@@ -47,7 +47,7 @@
} from '@/api/role/role'
const dictStore = useDictStore()
const {dialogVisible,title,data,openType,updataList} = defineProps<{
const {dialogVisible,title,data,openType} = defineProps<{
dialogVisible:boolean;
title:string;
openType:string;
@@ -58,7 +58,6 @@
type: number;
remark:string; //角色描述
}
updataList:Function
}>();
// const value = computed({