1
skyouc
2025-11-21 c7e53ce43552cf1ce31b86b6bf8a372e541efe19
pages/check/checkOrderItem.vue
@@ -206,12 +206,9 @@
      onLoad() {
         let that = this
         const eventChannel = this.getOpenerEventChannel();
         eventChannel.on('checkItem', function(data) {
            that.check = data.data
         })
      },
      methods: {
         sureAdd(){