新增会员列表组件,店员管理,修复#I1C5AP,#I1C6MK,#I1C055
This commit is contained in:
@ -8,12 +8,12 @@ export function add(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// export function get() {
|
||||
// return request({
|
||||
// url: 'api/yxSystemStore',
|
||||
// method: 'get'
|
||||
// })
|
||||
// }
|
||||
export function get() {
|
||||
return request({
|
||||
url: 'api/yxSystemStore',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function getL(data) {
|
||||
return request({
|
||||
@ -39,4 +39,4 @@ export function edit(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { getL, add, edit, del }
|
||||
export default { getL, add, edit, del, get }
|
||||
|
Reference in New Issue
Block a user