linwenxin 9 mesi fa
parent
commit
1c9b771108

+ 1 - 1
src/views/engineerFeeSettlement/dailyMaintenanceBalance/feesWillBeRefunded/index.vue

@@ -262,7 +262,7 @@ export default {
           },
           prompt: '确定执行吗?',
           click: ({ row, index, column }) => {
-            dailySummaryReduceDo({ importBatchNos: row.importBatchNo }).then(res => {
+            dailySummaryReduceDo({ importBatchNo: row.importBatchNo }).then(res => {
               this.$message({ type: 'success', message: '执行成功!' })
               this.$refs.pageRef.refreshList()
             })