Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
36ec4a536a
  1. 4
      src/views/modules/plugins/change/verifyForm.vue

4
src/views/modules/plugins/change/verifyForm.vue

@ -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

Loading…
Cancel
Save