소스 검색

提交客户管家代码

Lijy 1 년 전
부모
커밋
5f0692daf5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

+ 0 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/customer/index.vue

@@ -407,7 +407,6 @@ function changeBatch(flag: boolean = true) {
 }
 
 function toCustomerTableDetail(_row: any) {
-  console.log('点击跳转详情')
   router.push({ path: `${MOD}/detail`, query: { id: _row.id } })
 }