Skip to content

Commit

Permalink
add empty method
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jan 22, 2019
1 parent d8a460d commit d6c2e6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/pms/product/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,15 @@
handleUpdateProduct(index,row){
this.$router.push({path:'/pms/updateProduct',query:{id:row.id}});
},
handleShowProduct(index,row){
console.log("handleShowProduct",row);
},
handleShowVerifyDetail(index,row){
console.log("handleShowVerifyDetail",row);
},
handleShowLog(index,row){
console.log("handleShowLog",row);
},
updatePublishStatus(publishStatus, ids) {
let params = new URLSearchParams();
params.append('ids', ids);
Expand Down

0 comments on commit d6c2e6a

Please sign in to comment.