src/views/followvisit/record/detailpage/index.vue
@@ -2417,8 +2417,15 @@ }, // 调起短信发送对话框 sendAgainmsg() { this.smsDialogVisible = true; // 可以在这里初始化 smsContent,例如 this.smsContent = ''; // this.smsDialogVisible = true; this.$store.dispatch("sms/openSmsDialog", { name: this.form.sendname, age: this.form.age, phone: this.userform.telcode, deptName: this.form.deptname, wardName: this.form.leavehospitaldistrictname, smsTemplate: `尊敬的${this.form.sendname},您好!`, }); }, // 发送短信的方法