Bind contact info to compliance model
This commit is contained in:
parent
86ab67e70b
commit
3ad95e1365
2 changed files with 84 additions and 88 deletions
|
|
@ -288,8 +288,8 @@ import { type District, PermissionAccess } from "@/type/api";
|
|||
import type { Compliance } from "@/rmo/view/Compliance.vue";
|
||||
|
||||
interface Emits {
|
||||
(e: "update:modelValue", value: Compliance): void;
|
||||
(e: "doPermission"): void;
|
||||
(e: "update:modelValue", value: Compliance): void;
|
||||
}
|
||||
export interface Permission {
|
||||
access?: PermissionAccess;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue