From ad1e4e950a4e961a41344e5847d47f91dabd0c29 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 08 十二月 2025 15:58:22 +0800
Subject: [PATCH] Merge branch 'jsxswms-app' of http://47.97.1.152:5880/r/wms_app into jsxswms-app
---
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