From 7e375c39a62b464a07511d011b9c5c245de5f5f4 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 08 十二月 2025 15:58:02 +0800
Subject: [PATCH] 缓存入库逆向功能优化 组托功能优化
---
pages/mat/matSelected.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue
index 823e43d..8ce78fd 100644
--- a/pages/mat/matSelected.vue
+++ b/pages/mat/matSelected.vue
@@ -53,7 +53,7 @@
anfme: 0,
},
selectNum: null,
- mats: null,
+ mats: [],
baseIP: '',
basePORT: '',
}
@@ -72,7 +72,7 @@
that.mats = data.data
})
-
+ console.log(that.mats);
},
methods: {
blur() {
@@ -94,8 +94,7 @@
});
return;
}
- console.log("=======>");
- console.log(this.mats[0]);
+
if (this.selectNum != null) {
this.mats[0].anfme = this.selectNum
} else {
--
Gitblit v1.9.1