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
jinhui.wang
2022-12-28 17:20:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8a2ed4afff7e47c6382eb8886c544fb45101814
f8a2ed4a
1 parent
4fac9d9a
日期清空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/preMdeConfig/preMdeSelect/index.vue
src/views/preMdeConfig/preMdeSelect/index.vue
View file @
f8a2ed4
...
...
@@ -171,6 +171,9 @@ export default {
if (this.accsDate != null && this.accsDate.length > 0) {
obj.fltDateStart = this.accsDate[0]
obj.fltDateEnd = this.accsDate[1]
} else {
obj.fltDateStart = null
obj.fltDateEnd = null
}
findDmPreMdeData(obj).then(res => {
this.tableLoading = false
...
...
@@ -192,6 +195,9 @@ export default {
if (this.accsDate != null && this.accsDate.length > 0) {
data.fltDateStart = this.accsDate[0]
data.fltDateEnd = this.accsDate[1]
} else {
data.fltDateStart = null
data.fltDateEnd = null
}
downLoadXlsx("/dmPreMde/excel", data, "Pre-MDE查询表")
.then(() => {
...
...
Please
register
or
login
to post a comment