删除无用代码
This commit is contained in:
parent
34ddc85715
commit
74ff14c3c1
|
@ -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