|
|
@@ -179,12 +179,12 @@ export interface ICollaborator {
|
|
|
}
|
|
|
|
|
|
// 3合1添加协审下拉选项
|
|
|
-// export interface ICollaboratorItem {
|
|
|
-// institutionID?: string;
|
|
|
-// institutionName?: string;
|
|
|
-// approvalMembers: string[];
|
|
|
-// approverName?: string;
|
|
|
-// }
|
|
|
+export interface ICollaboratorItem {
|
|
|
+ institutionID?: string;
|
|
|
+ institutionName?: string;
|
|
|
+ approvalMembers: string[];
|
|
|
+ approverName?: string;
|
|
|
+}
|
|
|
|
|
|
// 三合一协审人范围
|
|
|
export interface ICollaboratorScope {
|