wujianwei
7 天以前 89fd2cf7202c321512c2ea699a3a220a7138ed44
ui/admin-ui3/src/views/cwgl/analysisManagement/index.vue
@@ -140,7 +140,6 @@
 */
const handleAgeAnalysis = (row: any) => {
    // 可使用 router.push 进行跳转
    console.log(row.customerName);
  router.push('/basic/ageAnalysis?customerName='+row.customerName)
};