Commit 625524e7 by 高淑倩

add:countflag

parent 98aedbfc
......@@ -140,6 +140,7 @@ export default {
},
methods: {
getAll() {
this.isCount = true
this.getTagCountAll()
},
getsingele() {
......@@ -239,7 +240,7 @@ export default {
message: res.data.message,
type: 'success',
})
// this.$router.push({ path: '/home/marketing' })
this.$router.push({ path: '/home/marketing' })
}
})
},
......@@ -263,6 +264,7 @@ export default {
type: '1',
})
.then(res => {
this.isCount = false
if (res.data) this.currentTagCount = res.data.result
})
},
......@@ -273,6 +275,7 @@ export default {
this.tagList.forEach(item => {
this.tagIdsList.push(item.tagId)
})
this.isCount = true
this.getTagCountAll()
})
},
......
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