소스 검색

完成了增加历史列表

bding 11 달 전
부모
커밋
73dd3fb674
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/report/Index.vue

+ 0 - 1
src/views/report/Index.vue

@@ -253,7 +253,6 @@ const bannerDataList =ref([])
 /* 点击了banner */
 const bannerClickHandler = async (item) => {
    if(item.id==9999){
-    console.log(112233);
     router.push({
         path:'/report/surveyHistory',
     })