feat():增加导出功能

master
zhang chengzhi 2024-08-13 16:02:53 +08:00
parent 3461e9ad57
commit 72fb8dc8e2
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
import request from '@/utils/request'
//查看客户列表
export function lookList(data){
return request({
url:"/resource/customer/lookList",
method:"post",
data:data
})
}