seam 7 년 전
부모
커밋
e9a51a9101

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/css/app.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


+ 2 - 1
www/webapp/housekeeping/src/components/management/edit.vue

@@ -709,7 +709,8 @@ export default {
 
 // 日期转时间戳 2014-07-10
 function ycTime(t) {
-  let stringTime = t + ':00';
+  let stringTime = '2018-04-09 15';
+  // let stringTime = t + ':00';
   alert('new Date(stringTime)  ' + new Date(stringTime));
   let timestamp = Date.parse(new Date(stringTime));
   alert('timestamp:  ' + timestamp);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.