修改bug
This commit is contained in:
parent
8ee6208b03
commit
2e27d39ef4
|
|
@ -140,6 +140,9 @@ const filteredTableData = computed(() => {
|
||||||
&& item.d1 !== 'optType'
|
&& item.d1 !== 'optType'
|
||||||
&& item.d1 !== 'openId'
|
&& item.d1 !== 'openId'
|
||||||
&& item.d1 !== 'izRejected'
|
&& item.d1 !== 'izRejected'
|
||||||
|
&& item.d1 !== 'headPath'
|
||||||
|
&& item.d1 !== 'applyBy'
|
||||||
|
&& item.d1 !== 'applyTime'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue