wujianwei
1 天以前 d14994e10797ce5bc0d29668d358f7c5274dcc5b
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)
};