Преглед на файлове

提交客户管家代码

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