gaoluyang
3 天以前 9bca5ca91f2ec5107c6e10c8d18588636213bd58
src/views/salesManagement/receiptPayment/index.vue
@@ -523,7 +523,7 @@
    receiptPaymentType: row.receiptPaymentType,
    receiptPaymentAmount: row.receiptPaymentAmount,
  };
  receiptPaymentSaveOrUpdate(updateData).then((res) => {
  receiptPaymentSaveOrUpdate([updateData]).then((res) => {
    row.editType = !row.editType;
      getList();
      proxy.$modal.msgSuccess("提交成功");