Commit 405bc80d authored by louyuqi's avatar louyuqi

update

parent e720ba85
......@@ -105,7 +105,7 @@ const getData = () => {
}
getNewUsersList(param).then(res=>{
data.tableData=res.data.list;
data.newUserCount=+res.data.data.count
data.newUserCount=+res.data.data.new
// console.log('res',res)
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment