From e95f985e2dc8178d777074dd43b4dea5658eecdf Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期日, 17 十二月 2023 13:06:46 +0800 Subject: [PATCH] yxh:报销专家账号维护 --- src/views/project/fund/medicalCostApply/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/fund/medicalCostApply/index.vue b/src/views/project/fund/medicalCostApply/index.vue index 49fabfa..8438b81 100644 --- a/src/views/project/fund/medicalCostApply/index.vue +++ b/src/views/project/fund/medicalCostApply/index.vue @@ -689,8 +689,8 @@ .then(() => { //鏌ユ壘鏄惁瀛樺湪鐧昏瀹屾垚璁板綍 //鍒ゆ柇鏄惁瀛樺湪涓婃姤璁板綍 - row.recordstatus = 0; - + row.recordstatus = 0;var currenttime = new Date(); + row.createTime = currenttime.getFullYear() + "-" + (currenttime.getMonth()+1) + "-" + currenttime.getDate() + " " + currenttime.getHours() + ":" + currenttime.getMinutes() + ":" + currenttime.getSeconds(); updateFund(row).then(response => { if (response.code == 200) { this.$message({ -- Gitblit v1.9.3