src/views/procurementManagement/procurementLedger/index.vue
@@ -548,6 +548,7 @@ @change="getModels" :data="productOptions" :render-after-expand="false" filterable style="width: 100%" /> </el-form-item> </el-col> @@ -1550,6 +1551,7 @@ return Promise.resolve([]); } }; const getProductModel = value => { const index = modelOptions.value.findIndex(item => item.id === value); if (index !== -1) {