Browse Source

提交客户管家代码

Lijy 11 months ago
parent
commit
5f0692daf5

+ 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 } })
 }