|
@@ -719,6 +719,7 @@ const getTreeList = () => {
|
|
|
const getDtl = (row) => {
|
|
|
proxy.post("/accountPayment/detail", { id: row.id }).then((res) => {
|
|
|
formData.data = res;
|
|
|
+ formData.data.remark = proxy.deepClone(res.paymentRemark);
|
|
|
formData.data.expensesTime = moment().format("yyyy-MM-DD HH:mm:ss");
|
|
|
proxy.post("/fileInfo/getList", { businessIdList: [row.id] }).then((fileObj) => {
|
|
|
formData.data.fileList = fileObj[row.id] || [];
|