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

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

Loading…
Cancel
Save