被申请人缴费 #32

Merged
hanchaobo merged 4 commits from hcb into dev 2024-01-31 10:06:59 +00:00
Showing only changes of commit d445f0df76 - Show all commits
@@ -86,12 +86,9 @@ export default {
Message.error('请选择时间');
return
}
this.formLabelAlign.time.forEach(item => {
item = moment(
item
).format("YYYY-MM-DD HH:mm:ss");
this.formTimeArr.push(item)
})
this.formLabelAlign.name = moment(
this.formLabelAlign.name
).format("YYYY-MM-DD HH:mm:ss");
this.verifyMediatorFn({
id: this.timeConfirmData.id,
caseFlowId: this.timeConfirmData.caseFlowId,