Commit a21fd7a9 by wuqian
parents ba6f71f2 35b96d9e
...@@ -2841,8 +2841,8 @@ const loadTabData = async () => { ...@@ -2841,8 +2841,8 @@ const loadTabData = async () => {
tabsNav.value = res.data tabsNav.value = res.data
// 获取拦截数量 // 获取拦截数量
// const statusRes = await getgetInterceptStateGroupList() const statusRes = await getgetInterceptStateGroupList()
const statusRes = { data: {} } // const statusRes = { data: {} }
interceptionStatus.value = statusRes.data as { interceptionStatus.value = statusRes.data as {
shipment: Record<string, number> shipment: Record<string, number>
production: 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