|
|
|
@ -474,8 +474,6 @@ export default {
|
|
|
|
|
this.getCompanyCertList();
|
|
|
|
|
this.customerlist();
|
|
|
|
|
this.selectedOptions = this.inputQuery.areaCode.split(",");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
draggable,
|
|
|
|
@ -637,7 +635,7 @@ export default {
|
|
|
|
|
getRoIds() {
|
|
|
|
|
let params = {companyId: this.inputQuery.customerId}
|
|
|
|
|
getRoId(params).then((res) => {
|
|
|
|
|
this.inputQuery.roleId = parseInt(res.data.roleId);
|
|
|
|
|
this.inputQuery.roleId = res.data.roleId;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getCompanyCertList() {
|
|
|
|
|