From 86174fdd7fc0bab669aeaacc761ee29c754cebc5 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 01 三月 2025 16:47:17 +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