Commit bedbdd58557612e37fb6368ae358aeed5d2f286c
1 parent
c7155964
1
Showing
2 changed files
with
5 additions
and
1 deletions
src/views/DisposalSuggestions/index.vue
src/views/baseInspectionReport/index.vue
| ... | ... | @@ -232,7 +232,10 @@ |
| 232 | 232 | obj = { |
| 233 | 233 | url: '/Extend/BaseInspectionReport/Actions/Export', |
| 234 | 234 | method: "POST", |
| 235 | - data: this.query, | |
| 235 | + data: { | |
| 236 | + ...this.query, | |
| 237 | + creatorTime: this.query.creatorTime.toString(), | |
| 238 | + }, | |
| 236 | 239 | } |
| 237 | 240 | } |
| 238 | 241 | request(obj).then((res) => { | ... | ... |