新功能: tableSelector组件
This commit is contained in:
@@ -18,11 +18,11 @@ export function GetObj(id: InfoReq) {
|
||||
|
||||
export function AddObj(obj: AddReq) {
|
||||
console.log(20,obj)
|
||||
// return request({
|
||||
// url: apiPrefix,
|
||||
// method: 'post',
|
||||
// data: obj,
|
||||
// });
|
||||
return request({
|
||||
url: apiPrefix,
|
||||
method: 'post',
|
||||
data: obj,
|
||||
});
|
||||
}
|
||||
|
||||
export function UpdateObj(obj: EditReq) {
|
||||
|
||||
Reference in New Issue
Block a user