|
@@ -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({
|