Guos 4 днів тому
батько
коміт
e6071bfde8
1 змінених файлів з 0 додано та 7 видалено
  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;