|
@@ -436,6 +436,7 @@ const getDtl = (row) => {
|
|
|
proxy.post("/accountPayment/detail", { id: row.id }).then((res) => {
|
|
|
formData.data = res;
|
|
|
formData.data.expensesTime = moment().format("yyyy-MM-DD HH:mm:ss");
|
|
|
+ formData.data.remark = formData.data.paymentRemark;
|
|
|
dialogVisible.value = true;
|
|
|
});
|
|
|
};
|