采购联系单

This commit is contained in:
Teo
2025-08-14 16:40:32 +08:00
parent 062fa5b080
commit 459396080b
9 changed files with 260 additions and 125 deletions

View File

@ -441,6 +441,7 @@ const getSupplierList = async () => {
pageSize: 10000
});
supplierOptions.value = res.rows;
console.log('🚀 ~ getSupplierList ~ res.rows:', res.rows);
};
onMounted(() => {