李红攀:V2.6.969,客户管理、销售订单
This commit is contained in:
13
src/api/erp/account/index.ts
Normal file
13
src/api/erp/account/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { PageParam, PageResult } from '@/http/types'
|
||||
import { http } from '@/http/http'
|
||||
|
||||
/** 账户信息 */
|
||||
export interface Account {
|
||||
id?: number
|
||||
name?: string
|
||||
}
|
||||
|
||||
/** 获取账户精简列表 */
|
||||
export function getAccountSimpleList() {
|
||||
return http.get<Account[]>('/erp/account/simple-list')
|
||||
}
|
||||
Reference in New Issue
Block a user