新增-表单校验
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user