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
e91eb670
Commit
e91eb670
authored
Sep 06, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:暂不处理优化
parent
0f7aa021
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/views/goods/infoSet.vue
src/views/goods/infoSet.vue
+3
-6
No files found.
src/views/goods/infoSet.vue
View file @
e91eb670
...
...
@@ -190,7 +190,6 @@ import {
saveImageBase64
,
saveCroppingRecord
,
deleteGood
,
holdOver
,
setTopImage
}
from
'
@/api/business/goodsNew
'
import
CheckLargeImageDialog
from
'
./components/CheckLargeImageDialog
'
...
...
@@ -370,11 +369,9 @@ export default {
// 暂不处理
handleNotOperate
()
{
const
params
=
{
id
:
this
.
goodsParams
.
id
}
holdOver
(
params
).
then
(
response
=>
{
this
.
$message
.
success
(
'
操作成功
'
)
this
.
goodsParams
.
state
=
1
editGoods
(
this
.
goodsParams
).
then
(
response
=>
{
this
.
$message
.
success
(
'
处理成功
'
)
this
.
handleNext
()
}).
catch
(
response
=>
{
this
.
$notify
.
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