Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
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
何远江
topsun-baoshen-excel
Commits
e4001db0
Commit
e4001db0
authored
Mar 20, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
328a4f11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+3
-1
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
e4001db0
...
@@ -249,7 +249,8 @@ const compareData = ref([])
...
@@ -249,7 +249,8 @@ const compareData = ref([])
const
compareParams
=
reactive
({
const
compareParams
=
reactive
({
pageSize
:
10
,
pageSize
:
10
,
currentPage
:
1
,
currentPage
:
1
,
total
:
0
total
:
0
,
customerId
:
''
})
})
const
luckysheet
=
(
window
as
any
).
luckysheet
const
luckysheet
=
(
window
as
any
).
luckysheet
const
commentExcelStore
=
useCommentExcel
()
const
commentExcelStore
=
useCommentExcel
()
...
@@ -718,6 +719,7 @@ const toRun = async () => {
...
@@ -718,6 +719,7 @@ const toRun = async () => {
}
}
const
getCompareList
=
async
()
=>
{
const
getCompareList
=
async
()
=>
{
compareParams
.
customerId
=
getFileInfo
.
value
.
customerId
||
''
const
{
data
}
=
await
getExcelProdFileConfPage
(
compareParams
)
const
{
data
}
=
await
getExcelProdFileConfPage
(
compareParams
)
compareData
.
value
=
data
.
result
.
records
compareData
.
value
=
data
.
result
.
records
compareParams
.
total
=
+
data
.
result
.
total
compareParams
.
total
=
+
data
.
result
.
total
...
...
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