north-glass-erp/northglass-erp/src/views/pp/glassOptimize/OptimizeProject.vue
@@ -33,9 +33,9 @@ //获取GlassInventory的值(查询库存) const sendDataGlassInventory = ref() const handleInventoyData = (selectedLabel1,selectedLabel2) => { const handleInventoyData = (selectedLabel1,selectedLabel2,type) => { sendDataGlassInventory.value = { selectedLabel1, selectedLabel2 selectedLabel1, selectedLabel2,type }; };