zhanghua
2022-11-28 90871991488f00182721b764a98492b0ea08d65e
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)