Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
878e9a9e
authored
Sep 26, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
da10f658
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
src/views/List/quote.vue
src/views/Store/goodslist.vue
src/views/List/quote.vue
View file @
878e9a9e
...
@@ -243,7 +243,10 @@ export default {
...
@@ -243,7 +243,10 @@ export default {
ids
:
arr
.
join
(
","
)
ids
:
arr
.
join
(
","
)
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
this
.
$message
(
"关闭成功"
);
this
.
$message
({
message
:
'关闭成功'
,
type
:
'success'
});
this
.
getData
();
this
.
getData
();
}
else
{
}
else
{
this
.
$message
({
this
.
$message
({
...
@@ -253,8 +256,6 @@ export default {
...
@@ -253,8 +256,6 @@ export default {
});
});
}
}
})
})
},
},
del
()
{
del
()
{
var
arr
=
[];
var
arr
=
[];
...
...
src/views/Store/goodslist.vue
View file @
878e9a9e
...
@@ -374,9 +374,8 @@ export default {
...
@@ -374,9 +374,8 @@ export default {
});
});
return
false
;
return
false
;
}
}
this
.
addBestgoods
.
dialogVisibleUpdate
=
true
;
this
.
addBestgoods
.
dialogVisibleUpdate
=
true
;
this
.
updateBestgoodsParam
=
[];
this
.
updateBestgoodsParam
.
push
({
this
.
updateBestgoodsParam
.
push
({
best_goods_id
:
this
.
multipleSelection
[
0
].
id
,
best_goods_id
:
this
.
multipleSelection
[
0
].
id
,
goods_name
:
this
.
multipleSelection
[
0
].
goods_name
,
goods_name
:
this
.
multipleSelection
[
0
].
goods_name
,
...
...
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