#
whycq
2024-04-05 6624afc7e320466a370e54fa4c34b37b2f92a7a2
pages/phyz/stationManage/stationManage.vue
@@ -122,6 +122,7 @@
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.getBasDevp('all')
         this.searchValueFocus = true
      },
      methods: {
         searchValueInput() {
@@ -384,8 +385,7 @@
               events: {
                  // 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据  另外一个页面传过来的
                  acceptDataFromOpenedPage: function(data) {
                     // _this.matnr = data.data
                     _this.input(_this.matnr)
                     _this.searchValueFocus = true
                  },
               },
            });