skyouc
8 小时以前 ad1e4e950a4e961a41344e5847d47f91dabd0c29
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 {