From e5664351d1ebcbabe0c2ab87bcb4553557feb78e Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期五, 25 四月 2025 15:03:48 +0800 Subject: [PATCH] 登录页面用户名/密码初始化 --- pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure.vue b/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure.vue index b758296..4baac9a 100644 --- a/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure.vue +++ b/pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure.vue @@ -507,7 +507,6 @@ this.imgList = imageObjects.map(imageObj => { return `${this.ipAndPort}${imageObj.filePath}`; }); - this.hasInspectionDateArrived(); } }).catch(() => { -- Gitblit v1.9.3