ggooalice 2 years ago
parent
commit
02e2f22e85
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

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

@@ -1157,7 +1157,6 @@ export default {
           companyId: this.user.companyId,
           companyId: this.user.companyId,
         },
         },
         (res) => {
         (res) => {
-          this.getRecordMsg()
           if (res.code == "ok") {
           if (res.code == "ok") {
             this.contactSecret = res.data.contactSecret;
             this.contactSecret = res.data.contactSecret;
             this.contactServer = res.data.contactServer;
             this.contactServer = res.data.contactServer;
@@ -1197,7 +1196,6 @@ export default {
           companyId: this.user.companyId,
           companyId: this.user.companyId,
         },
         },
         (res) => {
         (res) => {
-          this.getRecordMsg()
           loading.close();
           loading.close();
           if (res.code == "ok") {
           if (res.code == "ok") {
             this.$message({
             this.$message({