#
whycq
2024-07-12 8dce0c046351d793415c8e2ab42a2ab85fb7e3ba
pages/mat/matSelected.vue
@@ -44,7 +44,7 @@
               maktx: null,
               specs: null,
               batch: null,
               anfme: 0,
               anfme: 1,
            },
            baseIP:'',
            basePORT:'',
@@ -62,7 +62,7 @@
         // 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据
         eventChannel.on('mat', function(data) {
            that.mat = data.data
            that.mat.anfme = 0
            that.mat.anfme = 1
         })