gaoluyang
2 天以前 df503cdf3ef869d803c829bd1e901fe318eb7515
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("提交成功");