|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
selectItem(item){
|
|
|
if(item.select == 2 && item.is_delete == 1){
|
|
|
let form = JSON.parse(JSON.stringify(this.form))
|
|
|
- updateProduct({...form,id: item.ghsItmeId, delStatus: 0}).then(res => {
|
|
|
+ updateProduct({...form,id: item.ghs_item_id, delStatus: 0}).then(res => {
|
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
|
this.$msg("操作成功!");
|