Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
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
quanku
qk_admin
Commits
d09e5be7
Commit
d09e5be7
authored
Sep 11, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱币设置暂不处理优化
parent
406c0c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/views/goods/infoSet.vue
src/views/goods/infoSet.vue
+7
-0
No files found.
src/views/goods/infoSet.vue
View file @
d09e5be7
...
...
@@ -387,6 +387,8 @@ export default {
// 暂不处理
handleNotOperate
()
{
this
.
goodsParams
.
state
=
1
this
.
goodsParams
.
categoryIds
=
[]
this
.
goodsParams
.
cid
=
0
editGoods
(
this
.
goodsParams
).
then
(
response
=>
{
this
.
$message
.
success
(
'
处理成功
'
)
this
.
handleNext
()
...
...
@@ -445,6 +447,11 @@ export default {
editGoods
(
this
.
goodsParams
).
then
(
response
=>
{
this
.
$message
.
success
(
'
发布成功
'
)
this
.
handleNext
()
}).
catch
(
response
=>
{
this
.
$notify
.
error
({
title
:
'
失败
'
,
message
:
response
.
data
.
errmsg
})
})
},
...
...
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