ln hace 2 años
padre
commit
28f9939df4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/search/state.vue

+ 1 - 1
src/components/search/state.vue

@@ -137,7 +137,7 @@ export default {
           res.data.content.forEach(item => {
             item.recommendedDate = dayjs(item.ts ).format("YYYY-MM-DD HH:mm:ss")
           }); 
-          this.recordList = res.data.content
+          this.stateList = res.data.content
         }
       })
     },