优化代码

This commit is contained in:
java110 2020-09-25 01:10:49 +08:00
parent a3ca2104cd
commit 9b7c30da92
2 changed files with 8 additions and 2 deletions

View File

@ -47,6 +47,10 @@
<div class="ibox-title">
<h5>托收信息</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_exitManualCollectionData()">
导出托收
</button>
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_openAddFeeManualCollectionModal()">
<i class="glyphicon glyphicon-plus"></i>

View File

@ -77,8 +77,10 @@
} else {
vc.component.feeManualCollectionManageInfo.moreCondition = true;
}
}
},
_exitManualCollectionData: function () {
vc.jumpToPage('/callComponent/feeManualCollection/exportData?communityId='+vc.getCurrentCommunity().communityId);
},
}
});