Commit 625524e7 by 高淑倩

add:countflag

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