|
|
@@ -526,11 +526,11 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
var data = JSON.parse(JSON.stringify(this.form))
|
|
|
- data.birthday = ''
|
|
|
+ data.birthday = data.birthday+' 00:00:00'
|
|
|
const res = await createChildBaseInfo(data)
|
|
|
if (res.code == '0000') {
|
|
|
this.$toast.success('成功')
|
|
|
- // this.$router.go(-1)
|
|
|
+ this.$router.go(-1)
|
|
|
}
|
|
|
},
|
|
|
getfileList(v, index) {
|