|
|
@ -682,7 +682,7 @@ export default { |
|
|
|
return false |
|
|
|
} |
|
|
|
} |
|
|
|
// this.saveForm() |
|
|
|
this.saveForm() |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
@ -715,7 +715,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
async saveForm() { |
|
|
|
const url = '/epmetuser/changeRelocation/saveOutOfInfo' |
|
|
|
const url = '/epmetuser/changeRelocation/moveOutHome' |
|
|
|
let noData = new Date() |
|
|
|
noData = util.dateFormatter(noData, 'time') |
|
|
|
this.dataForm.transferTime = noData |
|
|
|