Mr.Shi
2023-09-01 1bda72a44cccfb9f79673b95c33cce91057214d2
minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue
@@ -48,7 +48,7 @@
            </div>
         </u-swipe-action-item>
      </u-swipe-action>
      <SelectMaterial ref="selectMaterial" />
      <SelectMaterial ref="selectMaterial" @selectAction="getValue"/>
   </view>
</template>
@@ -145,6 +145,9 @@
               })
               this.materialList[index].num = ''
            }
         },
         getValue(item) {
            console.log(item);
         }
      }
   }