Explorar el Código

完成了增加历史列表

bding hace 10 meses
padre
commit
73dd3fb674
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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',
     })