huangyw 3 年前
父节点
当前提交
e66cc18097
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/xt_pages/outpatientDoctorStation/recordPrint.vue

+ 2 - 0
src/xt_pages/outpatientDoctorStation/recordPrint.vue 查看文件

@@ -131,6 +131,8 @@ export default {
131 131
       }
132 132
       return "";
133 133
     },
134
+
135
+    
134 136
     printThisPage() {
135 137
       var ptime = Math.round(new Date().getTime() / 1000);
136 138
       this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");