Explorar el Código

预览时间取值

luolei hace 5 años
padre
commit
701e289ec6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Preview.vue

+ 1 - 1
src/components/Preview.vue

@@ -167,7 +167,7 @@ export default {
       if(!scan){
         this.time = dateParser(param.time)
       }else{
-        this.time = dateParser(params.time)
+        this.time = dateParser(params.recordTime)
       }
     },
     handleClick(flg){