ui(admin): get server startup ui working
This commit is contained in:
parent
a6ab61adba
commit
95f3eb54db
11 changed files with 135 additions and 73 deletions
|
@ -31,7 +31,6 @@ export default (id: number, server: Partial<Values>, include: string[] = []): Pr
|
|||
// @ts-ignore
|
||||
data[key2] = server[key];
|
||||
});
|
||||
console.log(data);
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
http.patch(`/api/application/servers/${id}`, data, { params: { include: include.join(',') } })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue