Ver código fonte

删除掉重复代码

Guos 2 dias atrás
pai
commit
e6071bfde8
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0 7
      src/views/crm/customer/full.vue

+ 0 - 7
src/views/crm/customer/full.vue

@@ -487,13 +487,6 @@ export default {
           this.citys=res.data;
         })
     },
-    handleShow(row){
-      var that=this;
-      that.show.open=true;
-      setTimeout(() => {
-          that.$refs.customerDetails.getDetails(row.customerId);
-      }, 200);
-    },
     /** 查询客户列表 */
     getList() {
       this.loading = true;