소스 검색

调试信息采集的生日

“hanlingqiang 2 년 전
부모
커밋
c1fa19e4af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/weibao/views/collect/index.vue

+ 2 - 2
src/views/weibao/views/collect/index.vue

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