|
@@ -35,6 +35,7 @@ export interface Meta2dBackData extends Meta2dData {
|
|
teams?: { id?: string; name?: string }[];
|
|
teams?: { id?: string; name?: string }[];
|
|
tags?: string[]; //标签数组
|
|
tags?: string[]; //标签数组
|
|
filename?: string; //后端存储的文件名
|
|
filename?: string; //后端存储的文件名
|
|
|
|
+ ownerId?:string;
|
|
}
|
|
}
|
|
|
|
|
|
const notification = ref<any>(null);
|
|
const notification = ref<any>(null);
|