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);

部分文件因为文件数量过多而无法显示