浏览代码

增加参数

SunZehao 1 年之前
父节点
当前提交
5d4badd350
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/notification/notificationMangePage.vue

+ 4 - 4
src/components/notification/notificationMangePage.vue

@@ -400,10 +400,10 @@ export default {
                 sendTo: that.ruleForm.sendTo,
                 sendToContent: that.ruleForm.sendToContent.join(','),
                 releaseState: type === '草稿'? '草稿': type === '发布'?'已发布':'未发布',
-                // releaseDept: that.userMes.deptId,
-                // releaseDeptName: that.userMes.deptName,
-                // releasePeople: that.userMes.id,
-                // releasePeopleName: that.userMes.name
+                releaseDept: that.userMes.deptId,
+                releaseDeptName: that.userMes.deptName,
+                releasePeople: that.userMes.id,
+                releasePeopleName: that.userMes.name
             }
             const formData = new FormData()
             if (that.filesList.length>0) {