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
46a167cd
Commit
46a167cd
authored
Jul 13, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整代码
parent
15100064
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dlapi.js
api/dlapi.js
+2
-2
putin_register.vue
pages/dl_putin_storage/putin_register.vue
+1
-1
No files found.
api/dlapi.js
View file @
46a167cd
...
...
@@ -87,7 +87,7 @@ export function completedRk(params) {
}
/* 删除任务 */
export
function
deleteRk
(
params
)
{
return
http
.
post
(
'/xgwcs/rkzy/delete'
,
filterSpace
(
params
)
||
{}).
then
(
e
=>
{
return
http
.
post
(
'/xgwcs/rkzy/delete
Rkzy
'
,
filterSpace
(
params
)
||
{}).
then
(
e
=>
{
return
filter
(
e
)
})
}
...
...
@@ -166,7 +166,7 @@ export function callMaterials(params) {
}
/* 取消下架作业*/
export
function
cancelMaterials
(
params
)
{
return
http
.
post
(
"/xgwcs/rkzy/delete "
,
filterSpace
(
params
)
||
{}).
then
(
e
=>
{
return
http
.
post
(
"/xgwcs/rkzy/delete
Ckzy
"
,
filterSpace
(
params
)
||
{}).
then
(
e
=>
{
return
filter
(
e
)
})
}
...
...
pages/dl_putin_storage/putin_register.vue
View file @
46a167cd
...
...
@@ -107,7 +107,7 @@
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
that
.
modalName
=
""
let
data
=
{
rw
id
:
that
.
rkdjlist
[
that
.
index
].
id
}
let
data
=
{
id
:
that
.
rkdjlist
[
that
.
index
].
id
}
deleteRk
(
data
).
then
(
e
=>
{
if
(
e
){
that
.
$tip
.
toast
(
"解除绑定信息成功"
)
...
...
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