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