Commit a85fb3c4 authored by 杨硕's avatar 杨硕

对接首页统计图接口

parent 8ca45b9a
......@@ -463,7 +463,7 @@ export default {
this.intervalId = setInterval(() => {
queryCrawlerStatus({ id: this.checkId }).then(res => {
if (res.data.status === '1') {
this.$message.success('抓取成功')
this.$message.success('成功添加' + res.data.num + '条数据')
this.webLoading = false
this.imgLoading = false
this.loadData()
......
This diff is collapsed.
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