#
whycq
2024-11-20 cc32dc8d26f71497ce7f7e43930ec03035e6fe90
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
         })