dev-cjl #3

Merged
qiushanhe merged 23 commits from dev-cjl into main 2024-09-18 11:51:01 +08:00
Showing only changes of commit 41e256aabb - Show all commits

View File

@@ -312,7 +312,7 @@ import DialogBatchAudit from './DialogBatchAudit.vue'
import { removeNullField } from '@/utils'
import { useAppStore } from '@/store/modules/app'
import { dateFormatter } from '@/utils/formatTime'
import { dateFormatter, formatDate } from '@/utils/formatTime'
const userStore = useUserStore()
const message = useMessage() // 消息弹窗
@@ -454,7 +454,7 @@ async function handleUpdate(row) {
companyProfit: row.companyProfit,
personProfit: row.personProfit,
isPayoff: row.isPayoffValue,
applyTime: row.applyTime
applyTime: formatDate(row.applyTime)
})
.then(() => {
message.success('修改成功')