Commit e91eb670 authored by yaya's avatar yaya

feat:暂不处理优化

parent 0f7aa021
...@@ -190,7 +190,6 @@ import { ...@@ -190,7 +190,6 @@ import {
saveImageBase64, saveImageBase64,
saveCroppingRecord, saveCroppingRecord,
deleteGood, deleteGood,
holdOver,
setTopImage setTopImage
} from '@/api/business/goodsNew' } from '@/api/business/goodsNew'
import CheckLargeImageDialog from './components/CheckLargeImageDialog' import CheckLargeImageDialog from './components/CheckLargeImageDialog'
...@@ -370,11 +369,9 @@ export default { ...@@ -370,11 +369,9 @@ export default {
// 暂不处理 // 暂不处理
handleNotOperate() { handleNotOperate() {
const params = { this.goodsParams.state = 1
id: this.goodsParams.id editGoods(this.goodsParams).then(response => {
} this.$message.success('处理成功')
holdOver(params).then(response => {
this.$message.success('操作成功')
this.handleNext() this.handleNext()
}).catch(response => { }).catch(response => {
this.$notify.error({ this.$notify.error({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment