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
dc1f6df3
Commit
dc1f6df3
authored
Mar 11, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决订单变量分页问题
parent
316b4b8b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Variables.vue
src/views/var/variables/Variables.vue
+1
-2
No files found.
src/views/var/variables/Variables.vue
View file @
dc1f6df3
...
@@ -287,9 +287,8 @@ const handleCheckOrder = async (row) => {
...
@@ -287,9 +287,8 @@ const handleCheckOrder = async (row) => {
}
}
}
}
const
onQuery
=
async
(
e
?:
any
)
=>
{
const
onQuery
=
async
()
=>
{
loading
.
value
=
true
loading
.
value
=
true
e
&&
(
formState
.
currentPage
=
1
)
try
{
try
{
const
{
data
}
=
await
apiOrderVarPage
(
formState
)
const
{
data
}
=
await
apiOrderVarPage
(
formState
)
tableData
.
value
=
data
.
result
.
records
tableData
.
value
=
data
.
result
.
records
...
...
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