Qin Dong Ming 2024-08-22 22:29:53 +08:00
commit 53a840f8e9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export function selectSourceExport(data){
export function insertAdd(data){
return request({
url: "/source/source/insert",
method: "get",
method: "post",
data:data
})
}