增加数据源列表

wangxinyuan
lwj 2024-08-22 18:59:56 +08:00
parent 003fc0264a
commit 95f74c2486
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,11 @@ export function selectSourceList(data){
})
}
export function selectSourceExport(){
//导出
export function selectSourceExport(data){
return request({
url: "/source/source/export",
method: "POST",
data:data
})
}