BUG 30271

This commit is contained in:
aixianling
2022-06-17 09:51:43 +08:00
parent 00b3535a14
commit 45d4661d96
2 changed files with 1 additions and 7 deletions

View File

@@ -68,9 +68,6 @@ export default {
}
},
methods: {
toSelectDept() {
uni.navigateTo({url: `./selectDeptUser`})
},
getTagList() {
this.$http.post("/app/wxcp/wxcorptag/listAll?size=100").then(res => {
if (res?.code == 0) {
@@ -116,9 +113,6 @@ export default {
})
uni.navigateBack({})
},
toSelectDept() {
uni.navigateTo({url: `./selectDept`})
},
},
onShow() {
document.title = '人员选择'