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-11-03 15:56:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d22755c6e8845a0840c43e7c88610098dbae25c5
d22755c6
1 parent
90fa6a8a
货量统计页面重置数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/preMdeConfig/reportForm/index.vue
src/views/preMdeConfig/reportForm/index.vue
View file @
d22755c
...
...
@@ -166,7 +166,7 @@ export default {
if (res.data.dimensionList && res.data.dimensionList.length > 0) {
this.dataHandle(res.data.dimensionList, 8)
} else {
//
this.dataHandle(res.data.dimensionList) // 重置数据
this.dataHandle(res.data.dimensionList) // 重置数据
this.msgWarning('未查询到数据')
}
} else {
...
...
Please
register
or
login
to post a comment