|
@@ -276,7 +276,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<el-dialog title="选择BOM" v-if="openBOM" v-model="openBOM" width="84%">
|
|
<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>
|
|
<template #footer>
|
|
<el-button @click="openBOM = false" size="large">关 闭</el-button>
|
|
<el-button @click="openBOM = false" size="large">关 闭</el-button>
|
|
</template>
|
|
</template>
|