协同宣发

This commit is contained in:
yanran200730
2022-09-02 16:11:24 +08:00
parent a863c70ea4
commit db077cb9d5
2 changed files with 2 additions and 85 deletions

View File

@@ -446,8 +446,6 @@ export default {
this.instance.post(`/app/wxcp/wxcorptag/listAll?size=100`).then(res => {
if (res.code == 0) {
this.tags = res.data.records
console.log(res.data.records)
}
})
},