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

master
zch 1 week ago
parent 083f01d62c
commit 44282a7a03

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

Loading…
Cancel
Save