@@ -2473,7 +2473,6 @@ const resbom_tableColumns = ref(
)
//批量修改BOM资料
const BOMclick = () => {
-
if(bomtableData.value === ''){
ElMessage({type: 'warning',message: 'BOM数据为空'})
return;