ggooalice пре 2 година
родитељ
комит
02e2f22e85
1 измењених фајлова са 0 додато и 2 уклоњено
  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,
         },
         (res) => {
-          this.getRecordMsg()
           if (res.code == "ok") {
             this.contactSecret = res.data.contactSecret;
             this.contactServer = res.data.contactServer;
@@ -1197,7 +1196,6 @@ export default {
           companyId: this.user.companyId,
         },
         (res) => {
-          this.getRecordMsg()
           loading.close();
           if (res.code == "ok") {
             this.$message({