Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openApi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hj
openApi
Commits
691bbeb8
Commit
691bbeb8
authored
Apr 25, 2022
by
hangjun83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修复bug
parent
8296c6df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
front/src/api/index.js
front/src/api/index.js
+1
-1
front/src/views/tools/bh/sorders-refund.vue
front/src/views/tools/bh/sorders-refund.vue
+5
-5
No files found.
front/src/api/index.js
View file @
691bbeb8
...
...
@@ -141,7 +141,7 @@ export const addSorderRefundTask = (params) => {
return
postRequest
(
'
/tools/bh/addSorderRefundTask
'
,
params
)
}
export
const
editSorderRefund
t
ask
=
(
params
)
=>
{
export
const
editSorderRefund
T
ask
=
(
params
)
=>
{
return
postRequest
(
'
/tools/bh/editSorderRefundTask
'
,
params
)
}
...
...
front/src/views/tools/bh/sorders-refund.vue
View file @
691bbeb8
...
...
@@ -81,12 +81,12 @@
<
script
>
import
{
getBhSordersDataDetail
,
addSorderRefund
t
ask
,
addSorderRefund
T
ask
,
getBhSordersRefundTask
,
execBhSordersRefundTask
,
getSorderRefundTaskLogs
,
getBhSordersDetail
,
editSorderRefund
t
ask
editSorderRefund
T
ask
}
from
"
@/api/index
"
;
import
util
from
"
@/libs/util.js
"
;
export
default
{
...
...
@@ -243,7 +243,7 @@ export default {
"
a
"
,
{
on
:
{
click
:
()
=>
{
this
.
e
xec
(
params
.
row
);
this
.
e
dit
(
params
.
row
);
},
},
},
"
编辑
"
...
...
@@ -508,7 +508,7 @@ export default {
this
.
submitloading
=
true
;
// 添加
if
(
this
.
type
==
0
)
{
addSorderRefund
t
ask
(
this
.
form
).
then
((
res
)
=>
{
addSorderRefund
T
ask
(
this
.
form
).
then
((
res
)
=>
{
this
.
submitloading
=
false
;
if
(
res
.
status
==
'
success
'
)
{
this
.
$Message
.
success
(
"
操作成功
"
);
...
...
@@ -517,7 +517,7 @@ export default {
}
});
}
else
{
editSorderRefund
t
ask
(
this
.
form
).
then
((
res
)
=>
{
editSorderRefund
T
ask
(
this
.
form
).
then
((
res
)
=>
{
this
.
submitloading
=
false
;
if
(
res
.
status
==
'
success
'
)
{
this
.
$Message
.
success
(
"
操作成功
"
);
...
...
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