From 04839b0c8660e2ba4228a743edf8f784e2470d6c Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 19 二月 2025 09:21:12 +0800 Subject: [PATCH] # --- 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