@@ -2,5 +2,12 @@ import { BaseService, Service } from '@/cool';
@Service('stat-book')
export class StatBookService extends BaseService {
+ getProfile(data) {
+ return this.request({
+ url: '/profile',
+ params: data
+ });
+ }
+
}
export default new StatBookService();
@@ -52,7 +52,7 @@ export default {
tabIndex: '0',
tabsData: [
{
- text: '客户列表',
+ text: '供货商',
key: '0',
val: 0