Commit e91eb670 authored by yaya's avatar yaya

feat:暂不处理优化

parent 0f7aa021
......@@ -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({
......
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