diff --git a/fuintAdmin/src/views/power/page/mode.vue b/fuintAdmin/src/views/power/page/mode.vue index 5b2cb95d2..ed5479c39 100644 --- a/fuintAdmin/src/views/power/page/mode.vue +++ b/fuintAdmin/src/views/power/page/mode.vue @@ -286,6 +286,7 @@ export default { this.$refs[formName].validate((valid) =>{ this.form.recipientRoles = this.form.recipientRoles.toString() + this.form.conditions = JSON.stringify(this.form.conditions) if (valid) { // 表单验证通过,可以提交数据 this.open = false @@ -294,6 +295,7 @@ export default { if (res.code === 200) { this.getList() this.open = false + this.$modal.msgSuccess("添加成功"); } }) } else { @@ -301,6 +303,7 @@ export default { if (res.code === 200) { this.getList() this.open = false + this.$modal.msgSuccess("添加成功"); } }) } diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/sys/service/impl/SysNotifyServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/sys/service/impl/SysNotifyServiceImpl.java index 3be9a8fe5..11c1e746e 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/sys/service/impl/SysNotifyServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/sys/service/impl/SysNotifyServiceImpl.java @@ -324,13 +324,13 @@ public class SysNotifyServiceImpl extends ServiceImpl