Merge branch 'master' of http://192.168.1.22:3000/frontend/pqs-9100_client
This commit is contained in:
@@ -51,7 +51,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;
|
||||
@@ -62,7 +62,6 @@
|
||||
type: number;
|
||||
remark:string; //角色描述
|
||||
}
|
||||
updataList:Function
|
||||
}>();
|
||||
|
||||
//定义规则
|
||||
|
||||
Reference in New Issue
Block a user