huangyw пре 2 година
родитељ
комит
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}");