1
This commit is contained in:
@@ -6,12 +6,12 @@ class ModelServer {
|
||||
}
|
||||
|
||||
async all() {
|
||||
let res = await window.framework.httpget("/sys_model/all", {});
|
||||
let res = await window.framework.http.get("/sys_model/all", {});
|
||||
return res;
|
||||
}
|
||||
|
||||
async detail(row) {
|
||||
let res = await window.framework.httpget("/sys_model/detail", row);
|
||||
let res = await window.framework.http.get("/sys_model/detail", row);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user