src/views/inventoryManagement/receiptManagement/Record.vue
@@ -226,17 +226,14 @@ // 获取来源类型选项 const fetchStockRecordTypeOptions = () => { if (props.type === '0') { findAllQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = res.data; }) return } findAllUnQualifiedStockInRecordTypeOptions() findAllQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value = res.data; }) findAllUnQualifiedStockInRecordTypeOptions() .then(res => { stockRecordTypeOptions.value.push(...res.data) }) } // 表格选择数据