浏览代码

add empty method

zhh 6 年之前
父节点
当前提交
d6c2e6a415
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/pms/product/index.vue

+ 9 - 0
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);