Browse Source

完成了增加历史列表

bding 10 months ago
parent
commit
73dd3fb674
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/report/Index.vue

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

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