|
|
@@ -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,
|
|
|
})
|
|
|
"
|
|
|
/>
|