|
@@ -453,7 +453,7 @@ export default {
|
|
|
this.addDialog = false;
|
|
this.addDialog = false;
|
|
|
},
|
|
},
|
|
|
setStatusFun(id,type){
|
|
setStatusFun(id,type){
|
|
|
- this.$service.product.update({id:id,delStatus:type}).then(res => {
|
|
|
|
|
|
|
+ this.$service.product.delStatusUpdate({id:id,delStatus:type}).then(res => {
|
|
|
this.$message.success('操作成功!')
|
|
this.$message.success('操作成功!')
|
|
|
this.app.refresh()
|
|
this.app.refresh()
|
|
|
}).catch(err => {})
|
|
}).catch(err => {})
|