协同宣发

This commit is contained in:
shijingjing
2022-09-02 10:59:05 +08:00
parent 798bf8236f
commit 2551827d99
3 changed files with 375 additions and 39 deletions

View File

@@ -62,7 +62,9 @@ export default {
},
methods: {
// 选人
selectUser() {},
selectUser() {
uni.navigateTo({url: `./selectGridMember`})
},
toTagsList(e) {
uni.navigateTo({url: `./tagsList?type=${e}`})