Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
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
sugar
jwhx
Commits
928f0c6a
Commit
928f0c6a
authored
Nov 27, 2024
by
董先生
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://rungit.jxdsy.cn:10000/sugar/jwhx
into dev
parents
badd88c3
ee3bef2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
resources/admin/src/pages/order/exchange/index.vue
resources/admin/src/pages/order/exchange/index.vue
+0
-33
No files found.
resources/admin/src/pages/order/exchange/index.vue
View file @
928f0c6a
...
@@ -66,39 +66,6 @@ export default{
...
@@ -66,39 +66,6 @@ export default{
//表格选择后回调事件
//表格选择后回调事件
selectionChange
(
selection
){
selectionChange
(
selection
){
this
.
selection
=
selection
;
this
.
selection
=
selection
;
},
batch_del
(){
},
table_show
(
row
){
this
.
dialog
.
detail
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
detailBox
.
open
().
setData
(
row
)
})
},
add
(){
this
.
dialog
.
save
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
saveBox
.
open
()
})
},
table_edit
(
row
){
this
.
dialog
.
save
=
true
this
.
$nextTick
(()
=>
{
this
.
$refs
.
saveBox
.
open
(
'
edit
'
).
setData
(
row
)
})
},
async
table_del
(
row
){
var
reqData
=
{
id
:
row
.
id
}
var
res
=
await
this
.
$API
.
order
.
exchange
.
delete
.
post
(
reqData
);
if
(
res
.
code
==
1
){
//这里选择刷新整个表格 OR 插入/编辑现有表格数据
this
.
upsearch
()
this
.
$message
.
success
(
"
删除成功
"
)
}
else
{
this
.
$alert
(
res
.
message
,
"
提示
"
,
{
type
:
'
error
'
})
}
}
}
}
}
}
}
...
...
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