#
whycq
2024-07-17 5412c13b1d7a983fcd97e532b08dfd4ad21eb6c8
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
         })