浏览代码

fix: 参数错误

zh 2 年之前
父节点
当前提交
000d141560
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/logisticsBill/salesReconciliation.vue

+ 1 - 1
src/views/logisticsBill/salesReconciliation.vue

@@ -98,7 +98,7 @@ export default {
                   type: 'warning'
                   type: 'warning'
                 })
                 })
                   .then(() => {
                   .then(() => {
-                    costBillSalesCheck({ merchantCheckCode: row.salesCheckCode }).then(res => {
+                    costBillSalesCheck({ salesCheckCode: row.salesCheckCode }).then(res => {
                       this.$message({
                       this.$message({
                         type: 'success',
                         type: 'success',
                         message: '完成对账成功!'
                         message: '完成对账成功!'