Explorar o código

print + title

hare8999@163.com %!s(int64=2) %!d(string=hai) anos
pai
achega
008cd2c017
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/elective/dispatch/master/info/student.vue

+ 1 - 1
src/views/elective/dispatch/master/info/student.vue

@@ -154,7 +154,7 @@ export default {
     },
     handlePrint() {
       // 要打印的节点,页面标题
-      this.print(this.$refs.table.$el.outerHTML, '长沙市103中2021学年第1次选科分班信息');
+      this.print(this.$refs.table.$el.outerHTML, this.title);
     }
   }
 }