zss
2023-12-27 aa6bb1f2363c33e1d3a6c03e984b928160dcca5c
src/views/technology/routing/routing-form.vue
@@ -62,7 +62,7 @@
            </el-col>
            <el-col :span="6">
              <el-form-item label="BOM" prop="bomId">
                <el-select style="width:100%" :disabled="dataForm.id != null" v-model="dataForm.bomId" placeholder="" filterable>
                <el-select style="width:100%"  v-model="dataForm.bomId" placeholder="" filterable>
                  <el-option
                    v-for="item in bomList"
                    :key="item.id"