release/2.19.1.2503.01-业务线个税
lys 3 months ago
parent 0df94c4258
commit f85278b29f

@ -162,7 +162,8 @@ const index: FunctionComponent<Props> = (props) => {
} }
] ]
: []; : [];
item.rightClickType.includes("DELFEEDBACK") && item.rightClickType &&
item.rightClickType.includes("DELFEEDBACK") &&
(items = [ (items = [
...items, ...items,
{ {
@ -176,7 +177,8 @@ const index: FunctionComponent<Props> = (props) => {
}) })
} }
]); ]);
item.rightClickType.includes("SETFEEDBACK") && item.rightClickType &&
item.rightClickType.includes("SETFEEDBACK") &&
(items = [ (items = [
...items, ...items,
{ {

Loading…
Cancel
Save