src/views/inventoryManagement/issueManagement/index.vue
@@ -299,7 +299,7 @@ // 根据tab类型设置默认发货人 let defaultPersonName = '' if (activeTab.value === 'production') { defaultPersonName = '邓莹莹' defaultPersonName = '董作君' } else if (activeTab.value === 'purchase') { defaultPersonName = '何琼华' // 原料出库默认发料人 } else if (activeTab.value === 'manual') {