shish 3 лет назад
Родитель
Сommit
f829b4f538
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghsApp/src/admin/changePrice/list.vue
  2. 1 1
      ghsApp/src/admin/item/list.vue

+ 1 - 1
ghsApp/src/admin/changePrice/list.vue

@@ -113,7 +113,7 @@ export default {
 			let that = this
 			changeFrontHide({id:item.id,status:status}).then(res=>{
 				if(res.code == 1){
-					that.$refs[`productRef${item.id}`][0].frontHide = status
+					//that.$refs[`productRef${item.id}`][0].frontHide = status
 				}
 			})
 		},

+ 1 - 1
ghsApp/src/admin/item/list.vue

@@ -188,7 +188,7 @@ export default {
 			let that = this
 			changeFrontHide({id:item.id,status:status}).then(res=>{
 				if(res.code == 1){
-					that.$refs[`productRef${item.id}`][0].frontHide = status
+					//that.$refs[`productRef${item.id}`][0].frontHide = status
 				}
 			})
 		},