From 91821fbba10a9d36a90379a18be0cc663a7061e0 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Dec 2025 16:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index b25eb37..1c0ddc5 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2249,7 +2249,7 @@ const openHandleObstacleDialog3 = (e) => { // 确定处理 const handleObstacle3 = () => { dotIndex2.value = -1 - UpdateDealObstacleModel({...dialog4Form.value, files: dialog4Form.value.fileList.map(v => v.url)}).then(e => { + UpdateDealObstacleModel({...dialog4Form.value,findTime: parseTime(new Date()), files: dialog4Form.value.fileList.map(v => v.url)}).then(e => { dialog4.value = false getObstacleList() })