|
|
@ -289,6 +289,10 @@ export default {
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.listQuery.customerId = store.getters.customerId;
|
|
|
|
this.listQuery.customerId = store.getters.customerId;
|
|
|
|
|
|
|
|
if( this.data.companyName!=undefined && this.data.companyName!=null ){
|
|
|
|
|
|
|
|
this.listQuery.companyName = this.data.companyName;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.filterType != null && this.filterType === 2) {
|
|
|
|
if (this.filterType != null && this.filterType === 2) {
|
|
|
|
filterAllProduct(this.listQuery)
|
|
|
|
filterAllProduct(this.listQuery)
|
|
|
@ -340,7 +344,7 @@ export default {
|
|
|
|
this.$message.error('未选择产品');
|
|
|
|
this.$message.error('未选择产品');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(this.ids.length>0){
|
|
|
|
if(this.ids.length>0){
|
|
|
|
for(var i=0;i<this.ids.length;i++){
|
|
|
|
for(var i=0;i<this.ids.length;i++){
|
|
|
|
if(this.ids[i]==this.multipleSelection.rlId){
|
|
|
|
if(this.ids[i]==this.multipleSelection.rlId){
|
|
|
@ -397,7 +401,7 @@ export default {
|
|
|
|
this.multipleSelection.zczbhhzbapzbh = this.currentCert;
|
|
|
|
this.multipleSelection.zczbhhzbapzbh = this.currentCert;
|
|
|
|
this.combine();
|
|
|
|
this.combine();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {udiRlDetailDialog},
|
|
|
|
components: {udiRlDetailDialog},
|
|
|
|