From aac25494288e33d02bcd3bb319db0db8288acd94 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 25 二月 2025 14:12:03 +0800 Subject: [PATCH] 20250225A --- pages/phyz/checkLocDetl/locDetlList2.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/phyz/checkLocDetl/locDetlList2.vue b/pages/phyz/checkLocDetl/locDetlList2.vue index 987ff47..c20aa19 100644 --- a/pages/phyz/checkLocDetl/locDetlList2.vue +++ b/pages/phyz/checkLocDetl/locDetlList2.vue @@ -116,7 +116,9 @@ } else { _this.dataList = res.data.locNo } - + // for (let k of _this.dataList) { + // k['count'] = k.anfme + // } } else if (res.code == 403) { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); -- Gitblit v1.9.1