From 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 19 二月 2025 11:54:28 +0800
Subject: [PATCH] 煜昌pad前端
---
pages/inspection/firstInspectionList.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/pages/inspection/firstInspectionList.vue b/pages/inspection/firstInspectionList.vue
index 5ac8fd4..213583d 100644
--- a/pages/inspection/firstInspectionList.vue
+++ b/pages/inspection/firstInspectionList.vue
@@ -110,13 +110,9 @@
uni.stopPullDownRefresh();
}, 1000);
},
- //onShow:function(){
- // this.getInspections()
- //},
methods: {
getInspections() {
getFirstInspectionList().then(res => {
- console.log(res)
if(!res.result) {
this.$refs.uToast.show({
message: res.msg,
--
Gitblit v1.9.3