Merge branch 'clickCopyv1.4' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into clickCopyv1.4
This commit is contained in:
commit
d389d10365
|
@ -191,7 +191,6 @@ export default class acclist extends React.Component {
|
||||||
if (
|
if (
|
||||||
![-1, 6, 7].includes(status) &&
|
![-1, 6, 7].includes(status) &&
|
||||||
![6, 7].includes(keyBatch?.status) &&
|
![6, 7].includes(keyBatch?.status) &&
|
||||||
!keyBatch?.approval_status &&
|
|
||||||
keyBatch?.discard === 0
|
keyBatch?.discard === 0
|
||||||
) {
|
) {
|
||||||
element = (
|
element = (
|
||||||
|
|
Loading…
Reference in New Issue