From d6c2e6a415ab0dd070ab8991283fc4e6e3ae495d Mon Sep 17 00:00:00 2001 From: zhh Date: Tue, 22 Jan 2019 13:14:29 +0800 Subject: [PATCH] add empty method --- src/views/pms/product/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 91de3bf..c81b7b5 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -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);