|
@@ -203,7 +203,7 @@ export default {
|
|
|
deptLevel: 0,
|
|
deptLevel: 0,
|
|
|
list: [],
|
|
list: [],
|
|
|
addBTN: '新建工地',
|
|
addBTN: '新建工地',
|
|
|
- title: '我的',
|
|
|
|
|
|
|
+ title: '我的客户',
|
|
|
addShow1: false,
|
|
addShow1: false,
|
|
|
result: '',
|
|
result: '',
|
|
|
jzTaskButton: false,
|
|
jzTaskButton: false,
|
|
@@ -241,16 +241,16 @@ export default {
|
|
|
var postType = localStorage.getItem('postType');
|
|
var postType = localStorage.getItem('postType');
|
|
|
if (postType == 'DIY') {
|
|
if (postType == 'DIY') {
|
|
|
this.addBTN = '新建同城分销店';
|
|
this.addBTN = '新建同城分销店';
|
|
|
- this.title = '我的';
|
|
|
|
|
|
|
+ this.title = '我的客户';
|
|
|
this.addShow1 = true;
|
|
this.addShow1 = true;
|
|
|
} else if (postType == 'JZ') {
|
|
} else if (postType == 'JZ') {
|
|
|
this.addBTN = '新建家装店';
|
|
this.addBTN = '新建家装店';
|
|
|
this.addShow1 = true;
|
|
this.addShow1 = true;
|
|
|
- this.title = '我的';
|
|
|
|
|
|
|
+ this.title = '我的客户';
|
|
|
} else if (postType == 'GZ') {
|
|
} else if (postType == 'GZ') {
|
|
|
this.addBTN = '新建工地/潜在客户/公装客户仓库';
|
|
this.addBTN = '新建工地/潜在客户/公装客户仓库';
|
|
|
this.addShow1 = false;
|
|
this.addShow1 = false;
|
|
|
- this.title = '我的';
|
|
|
|
|
|
|
+ this.title = '我的客户';
|
|
|
}
|
|
}
|
|
|
postName = postName.split(',');
|
|
postName = postName.split(',');
|
|
|
for (let i = 0; i < res.data.length; i++) {
|
|
for (let i = 0; i < res.data.length; i++) {
|