src/views/operate/sms/smsTemplate/createTemplate/index.vue
@@ -88,6 +88,7 @@ // 新建/保存消息(1:新建,0保存消息) handleSubmit() { this.$refs.user.validate((valid) => { this.role.body = this.$refs.edit.editor.txt.html(); if (valid) { if (this.dialogType === 'create') { SMS.addNewSMSTemplate(this.role)