@ -241,6 +241,6 @@ const handleExport = async () => {
onMounted(async () => {
await getList()
// 加载产品、
productList.value = await ProductApi.getProductSimpleList()
productList.value = await ProductApi.getMesProductSimpleList()
})
</script>