Selaa lähdekoodia

feat: 所有管理规定与通知发布撤回传全量数据

ai0197 1 kuukausi sitten
vanhempi
commit
fb48a032af

+ 4 - 0
src/views/security-confidentiality/confidentiality-regulation-notice/components/NoticeTable.vue

@@ -84,6 +84,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -102,6 +104,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />

+ 4 - 0
src/views/security-confidentiality/confidentiality-regulation-notice/components/RegulationTable.vue

@@ -78,6 +78,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -95,6 +97,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />

+ 4 - 0
src/views/security-confidentiality/security-regulation-notice/components/NoticeTable.vue

@@ -84,6 +84,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -102,6 +104,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />

+ 4 - 0
src/views/security-confidentiality/security-regulation-notice/components/RegulationTable.vue

@@ -78,6 +78,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -95,6 +97,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />

+ 4 - 0
src/views/traffic/regulation/components/NoticeTable.vue

@@ -83,6 +83,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -101,6 +103,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />

+ 4 - 0
src/views/traffic/regulation/components/RegulationTable.vue

@@ -77,6 +77,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 1,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />
@@ -94,6 +96,8 @@
                 attachment: scope.row.attachment,
                 isPush: scope.row.isPush,
                 effectState: 0,
+                remark: scope.row.remark,
+                userGroupList: scope.row.userGroupList,
               })
             "
           />