Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
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
李苏
xgdlapp
Commits
6ff68cc5
Commit
6ff68cc5
authored
Mar 07, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
没有计划终止
parent
b08250eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
dlapi.js
api/dlapi.js
+1
-0
index.vue
pages/dl_outin/index.vue
+6
-1
No files found.
api/dlapi.js
View file @
6ff68cc5
...
...
@@ -18,6 +18,7 @@ function filter(e) {
if
(
e
.
data
.
success
)
{
return
e
.
data
.
data
}
else
{
tip
.
toast
(
e
.
data
.
message
||
"操作失败"
)
}
}
...
...
pages/dl_outin/index.vue
View file @
6ff68cc5
...
...
@@ -153,8 +153,13 @@
this
.
apiShow
.
djid
=
res
.
records
.
djid
this
.
apiShow
.
ph
=
res
.
records
.
ph
apiYckw
({
code
:
this
.
code
}).
then
(
res
=>
{
if
(
res
){
this
.
current
=
1
}
else
{
this
.
code
=
''
this
.
apiCode
=
''
}
this
.
current
=
1
})
}).
catch
(
res
=>
{
...
...
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