去掉webstorm的报错

master
wyj2080 6 years ago
parent 142ae56e65
commit 97a779b40b

@ -116,7 +116,7 @@
</div>
</template>
<script>
import customerDetail, {downCompanyData} from "../services/datacenter/DataCenter";
import customerDetail from "../services/datacenter/DataCenter";
import zeroExtend from "../services/customer/zeroExtend";
import staff from "../services/staff/staff";
export default {
@ -426,7 +426,7 @@
let customerIds = [];
this.customerList = [];
if(companyId === 0){
//
}else{
this.customerList = this.organizationalList.filter(item => item.parentId === companyId && item.level === 3);
this.insertAllOption();

@ -229,7 +229,6 @@
return;
}
if (data.code === '0000') {
debugger
that.data1 = data.results.dataVOS;
for (let i = 0; i < that.data1.length; i++) {
that.data1[i].index = (that.pageNum - 1) * that.pageSize + i+1;

@ -443,7 +443,7 @@
let customerIds = [];
this.customerList = [];
if(regionId === 0){
//
}else{
this.companyList = this.organizationalList.filter(item => item.parentId === regionId && item.level === 2);
let companyIds = this.companyList.map(item => item.id);
@ -451,7 +451,7 @@
this.insertAllOption();
}
if(companyId === 0){
//
}else{
this.customerList = this.organizationalList.filter(item => item.parentId === companyId && item.level === 3);
this.insertAllOption();

@ -133,7 +133,6 @@
}
},
mounted: function () {
debugger
if(this.$route.query.roleCode === 'DZ-DIANZHANG'){
this.shopSelectDisplay = true;
this.modifyFrom.type = 1;

Loading…
Cancel
Save