|
@@ -332,8 +332,14 @@
|
|
|
if(tableCheckAddress.data.length > 0) {
|
|
|
address = tableCheckAddress.data[0].address;
|
|
|
}
|
|
|
- window.open(
|
|
|
- "../../TemplateExportAction/export?MINView=JSON&acicId="+ data.acicId+'&conType='+conType+'&busiessType='+type + '&contractName=' + contractName + '&contractPhone=' + contractPhone + '&address=' + address);
|
|
|
+ let param = {};
|
|
|
+ param.acicId = data.acicId;
|
|
|
+ param.conType = conType;
|
|
|
+ param.busiessType = type;
|
|
|
+ param.contractName = contractName;
|
|
|
+ param.contractPhone = contractPhone;
|
|
|
+ param.address = address;
|
|
|
+ exportExcel("../../TemplateExportAction/export?",param);
|
|
|
}
|
|
|
,btn2: function(index, layero){
|
|
|
layer.close(layer.index);
|