Commit 8fd8f5f5 by linjinhong

Merge remote-tracking branch 'origin/dev'

parents 17d4f495 35b96d9e
......@@ -2841,8 +2841,8 @@ const loadTabData = async () => {
tabsNav.value = res.data
// 获取拦截数量
// const statusRes = await getgetInterceptStateGroupList()
const statusRes = { data: {} }
const statusRes = await getgetInterceptStateGroupList()
// const statusRes = { data: {} }
interceptionStatus.value = statusRes.data as {
shipment: Record<string, number>
production: Record<string, number>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment