@@ -500,13 +500,6 @@ const handleBack = () => {
}
const handleSettlement = () => {
- if (selectedList.value.length < 1) {
- ElMessage({
- message: '请选择要结算的数据!',
- type: 'warning'
- })
- return
- }
// 查应收金额
api.financeApi.getPlatformSettlementReceivableAmount({
invoiceType: "5",