协同宣发

This commit is contained in:
yanran200730
2022-09-13 15:57:10 +08:00
parent 81f3a4b35d
commit fc1e0812f5
2 changed files with 168 additions and 86 deletions

View File

@@ -438,6 +438,15 @@ export default {
methods: {
...mapActions(['initOpenData', 'transCanvas']),
choose(id) {
const index = this.chooseTags.indexOf(id)
if (index === -1) {
this.chooseTags.push(id)
} else {
this.chooseTags.splice(index, 1)
}
},
getTags () {
this.instance.post(`/app/wxcp/wxcorptag/listAll?size=100`).then(res => {
if (res.code == 0) {