From 952240909a036a341300ec25a2259e6faed33362 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 04 九月 2025 16:09:49 +0800 Subject: [PATCH] 设备保修真机测试,bug修改 --- src/pages/cooperativeOffice/clientVisit/detail.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/cooperativeOffice/clientVisit/detail.vue b/src/pages/cooperativeOffice/clientVisit/detail.vue index c2f8521..2e4e416 100644 --- a/src/pages/cooperativeOffice/clientVisit/detail.vue +++ b/src/pages/cooperativeOffice/clientVisit/detail.vue @@ -53,7 +53,7 @@ placeholder="璇疯緭鍏ユ嫓璁垮湴鐐�" > <template #suffix> - <u-icon name="map" @click.stop="getCurrentLocation" class="location-icon" /> + <u-icon name="map" @click="getCurrentLocation" class="location-icon" /> </template> </u-input> </u-form-item> @@ -240,11 +240,8 @@ Object.keys(source).forEach((k) => { submitData[k] = source[k] }) - - console.log('鎻愪氦鏁版嵁:', submitData) - + const { code } = await clientVisitSignIn(submitData) - console.log('code----', code); if (code === 200) { showToast('绛惧埌鎴愬姛') -- Gitblit v1.9.3