浏览代码

no message

aXin-0810 9 月之前
父节点
当前提交
d7393055bf

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

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