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;