Pārlūkot izejas kodu

删除掉重复代码

Guos 3 dienas atpakaļ
vecāks
revīzija
e6071bfde8
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  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;