增加数据源列表参数

wangxinyuan
lwj 2024-08-22 22:28:43 +08:00
parent c7bad19389
commit ca3fe2550b
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
})
}