1
zhangc
2025-03-24 5d62f0a16c8475aff2103f476fe827ec3e16046c
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);