style:产品BOM-产品筛选框接口更改

pull/1/head
黄伟杰 4 weeks ago
parent 40967ed200
commit b22631a612

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

Loading…
Cancel
Save