Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_vue
Commits
edd4a643
Commit
edd4a643
authored
Mar 08, 2024
by
高宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/project9-8' into project9-8
parents
02bb6710
94c266aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
oneTbale.js
src/api/oneTbale.js
+0
-10
oneTbale.vue
src/views/check/oneTbale.vue
+3
-3
No files found.
src/api/oneTbale.js
View file @
edd4a643
...
...
@@ -59,16 +59,6 @@ export function delIncomeInspectInfo(businessId) {
})
}
// 6. 导出主表信息
export
function
exportIncomeInspectInfo
(
query
)
{
return
request
({
url
:
'/incomeinspectinfo/export'
,
method
:
'get'
,
params
:
query
,
responseType
:
'blob'
})
}
// 7. 导出全部信息
export
function
exportIncomeInspectDetail
(
query
)
{
return
request
({
...
...
src/views/check/oneTbale.vue
View file @
edd4a643
...
...
@@ -236,8 +236,8 @@ import {
listIncomeInspectInfo
,
addIncomeInspectInfo
,
updateIncomeInspectInfo
,
export
IncomeInspectInfo
,
delIncomeInspectInfo
del
IncomeInspectInfo
,
exportIncomeInspectDetail
}
from
'@/api/oneTbale'
import
commonField
from
'@/utils/commonField'
import
{
getInfo
}
from
'@/api/login'
...
...
@@ -677,7 +677,7 @@ export default {
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
function
()
{
return
exportIncomeInspect
Info
(
queryParams
).
then
(
response
=>
{
return
exportIncomeInspect
Detail
(
queryParams
).
then
(
response
=>
{
const
blob
=
new
Blob
([
response
])
const
downloadElement
=
document
.
createElement
(
'a'
)
const
href
=
window
.
URL
.
createObjectURL
(
blob
)
// 创建下载的链接
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment