Prechádzať zdrojové kódy

尝试调试企业微信的人员字符串

Lijy 2 rokov pred
rodič
commit
b9bc0a7b92

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -3008,7 +3008,7 @@ export default {
     getagentConfigs() {
           this.tixtass = "进了"
       var curUrl = location.href.split("#")[0];
-       this.http.post("/wxcorp/getCorpWXConfig", {url: curUrl, token: this.user.id}, (res) => {
+       this.http.post("/wxcorp/getCorpWXAgentConfig", {url: curUrl, token: this.user.id}, (res) => {
           if (res.code == "ok") {
           this.tixtass = "处理"
           console.log()