This commit is contained in:
2020-06-19 17:20:23 +00:00
parent c1e688d824
commit dbe59f74d9
6 changed files with 25 additions and 56 deletions

View File

@@ -183,14 +183,14 @@ export default {
return;
}
//call erase
await window.$gz.api.upsertEx(
await window.$gz.api.upsert(
"license/permanently-erase-all-data",
"I understand"
);
}
//call seed route
let jobId = await window.$gz.api.upsertEx(
let jobId = await window.$gz.api.upsert(
`trial/seed/${vm.obj.seedLevel}/${vm.obj.timeZoneOffset}`
);
if (jobId.error) {