Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-10-30 18:22:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a9af66c945b18cac53061f358cc2500dd0ffba8
1a9af66c
1 parent
ad92094a
货量统计重置未查到到数据
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/preMdeConfig/reportForm/index.vue
src/views/preMdeConfig/reportForm/index.vue
View file @
1a9af66
...
...
@@ -162,9 +162,11 @@ export default {
findPreMdeReport(obj).then(res => {
this.loading = false
if (res.code === 200) {
// 2023-06-13 有数据
if (res.data.dimensionList && res.data.dimensionList.length > 0) {
this.dataHandle(res.data.dimensionList, 8)
} else {
// this.dataHandle(res.data.dimensionList) // 重置数据
this.msgWarning('未查询到数据')
}
} else {
...
...
Please
register
or
login
to post a comment