diff --git a/src/api/consumable.js b/src/api/consumable.js index ece7e69..d2dc2d2 100644 --- a/src/api/consumable.js +++ b/src/api/consumable.js @@ -154,17 +154,6 @@ export function deletetbProskuCon(data) { data }); } -/** - * 查询耗材流水信息 - * @returns - */ -export function gettbConsInfoFlow(data) { - return request({ - url: "/api/viewConInfoFlow/get", - method: "post", - data - }); -} /** diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 4addd18..b96b87b 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -1,8 +1,10 @@