change(wms): 修改采购单导入供应商信息

master
zch 1 week ago
parent 083f01d62c
commit 44282a7a03

@ -429,12 +429,13 @@ const handleExport = () => {
}, `wmsPurchaseOrder_${new Date().getTime()}.xlsx`) }, `wmsPurchaseOrder_${new Date().getTime()}.xlsx`)
} }
const getListSelect = () => { const getListSelect = async () => {
let res = getBaseSupplierInfoList(null); let res = await getBaseSupplierInfoList(null);
supplierList.value = res.data; supplierList.value = res.data;
} }
onMounted(() => { onMounted(() => {
getListSelect();
getList(); getList();
}); });
</script> </script>

Loading…
Cancel
Save