From 6a8b6b7730e8e2d6d9df364e5e4220762ecf718e Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 9 Sep 2025 13:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B8=E6=9C=BA=E7=AB=AF=E5=9F=B9=E8=AE=AD?= =?UTF-8?q?=E8=B5=84=E6=96=99=EF=BC=8C=E5=85=B3=E9=94=AE=E5=AD=97=E6=8E=A5?= =?UTF-8?q?=E5=8F=97=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=8D=A2=EF=BC=8C=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E4=BC=98=E5=8C=96=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documentView/diverTrainDocment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/documentView/diverTrainDocment.vue b/src/views/documentView/diverTrainDocment.vue index ce11214d..ab27d3ea 100644 --- a/src/views/documentView/diverTrainDocment.vue +++ b/src/views/documentView/diverTrainDocment.vue @@ -101,7 +101,7 @@ export default { const urlParams = new URLSearchParams(window.location.search); this.driverId = urlParams.get('driverId'); this.time=timeFormat(Date.now()) - this.keyword=urlParams.get('keyWord') || '' + this.keyword=urlParams.get('keyword') || '' this.getTrainingList(); document.addEventListener('visibilitychange', async ( ) => { let state = document.visibilityState