1111
This commit is contained in:
0
src/api/commodity/commodity.js
Normal file
0
src/api/commodity/commodity.js
Normal file
17
src/api/userInfo/userInfo.js
Normal file
17
src/api/userInfo/userInfo.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export default {
|
||||
|
||||
// 获取用户列表
|
||||
customerListPage: function(data) {
|
||||
return request({
|
||||
url: '/lpkcustomer/customerListPage',
|
||||
method: 'post',
|
||||
data: data
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user