邓洁 : 注释log
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
this.$emit('updateItem', searchid)
|
||||
},
|
||||
handleDel(shopid) {
|
||||
console.log("删除了商铺", shopid);
|
||||
// console.log("删除了商铺", shopid);
|
||||
this.$emit('delItem', shopid)
|
||||
// const delindex = this.shopInfoList.findIndex((item,index)=> item.shopid === shopid)
|
||||
// TODO:不能直接修改
|
||||
|
||||
Reference in New Issue
Block a user