fix: wrong understanding of system
This commit is contained in:
parent
ea10a5c3d9
commit
96618c6e06
5 changed files with 36 additions and 60 deletions
|
|
@ -30,6 +30,9 @@ type ServiceCreate = {
|
|||
code: "MOU" | "mou";
|
||||
name: string;
|
||||
detail: string;
|
||||
attributes?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
workId: string[];
|
||||
};
|
||||
|
||||
|
|
@ -37,6 +40,9 @@ type ServiceUpdate = {
|
|||
name: string;
|
||||
detail: string;
|
||||
workId: string[];
|
||||
attributes?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
|
||||
function imageLocation(id: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue