Browse Source

改库存

shish 3 years ago
parent
commit
e59b878acf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ghsApp/src/admin/changePrice/changeStock.vue

+ 0 - 1
ghsApp/src/admin/changePrice/changeStock.vue

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