lcw
This commit is contained in:
17
src/api/badwgl.js
Normal file
17
src/api/badwgl.js
Normal file
@ -0,0 +1,17 @@
|
||||
import request from "@/utils/request";
|
||||
const api = "/bagl/mosty-base";
|
||||
|
||||
export const getDwglnfo = (id) => {
|
||||
return request({
|
||||
url: api + "/baxx/dwgl/getInfo/" + id,
|
||||
method: "POST",
|
||||
});
|
||||
};
|
||||
export const editDwglEdit = (data) => {
|
||||
return request({
|
||||
url: api + "/baxx/dwgl/edit",
|
||||
method: "POST",
|
||||
data,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user