@@ -276,7 +276,7 @@
</div>
<el-dialog title="选择BOM" v-if="openBOM" v-model="openBOM" width="84%">
- <SelectBOM :selectStatus="true" :bomClassifyIdList="[1]" @selectBOM="selectBOM"></SelectBOM>
+ <SelectBOM :selectStatus="true" @selectBOM="selectBOM"></SelectBOM>
<template #footer>
<el-button @click="openBOM = false" size="large">关 闭</el-button>
</template>
@@ -273,7 +273,7 @@
@@ -59,7 +59,7 @@
</el-row>