Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
d874ea19
Commit
d874ea19
authored
Mar 25, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
02e7ce04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
src/views/AccountStatementNote.vue
+1
-2
No files found.
src/views/AccountStatementNote.vue
View file @
d874ea19
...
@@ -548,7 +548,6 @@ import { DetailForm, ShipmentOrderDetailData } from '@/types/api/deliveryNote'
...
@@ -548,7 +548,6 @@ import { DetailForm, ShipmentOrderDetailData } from '@/types/api/deliveryNote'
import
shipmentOrderDetailInfo
from
'@/components/ShipmentOrderDetail.vue'
import
shipmentOrderDetailInfo
from
'@/components/ShipmentOrderDetail.vue'
import
ImageView
from
'@/components/ImageView.vue'
import
ImageView
from
'@/components/ImageView.vue'
import
{
showConfirm
}
from
'@/utils/ui'
import
{
showConfirm
}
from
'@/utils/ui'
import
{
filePath
}
from
'@/api/axios'
// import
{
getUserMarkList
}
from
'@/api/auth.ts'
// import
{
getUserMarkList
}
from
'@/api/auth.ts'
interface
Tree
{
interface
Tree
{
...
@@ -861,7 +860,7 @@ const exportExcel = async () => {
...
@@ -861,7 +860,7 @@ const exportExcel = async () => {
const
ids
=
selections
.
value
.
map
((
el
)
=>
el
.
id
).
join
(
','
)
const
ids
=
selections
.
value
.
map
((
el
)
=>
el
.
id
).
join
(
','
)
try
{
try
{
const
res
=
await
exportExcelApi
(
ids
)
const
res
=
await
exportExcelApi
(
ids
)
window
.
open
(
filePath
+
res
.
data
)
window
.
open
(
res
.
data
)
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
error
(
e
)
console
.
error
(
e
)
}
}
...
...
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