修改bug

This commit is contained in:
yangjun 2026-03-19 14:12:09 +08:00
parent 8ee6208b03
commit 2e27d39ef4
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ const filteredTableData = computed(() => {
&& item.d1 !== 'optType'
&& item.d1 !== 'openId'
&& item.d1 !== 'izRejected'
&& item.d1 !== 'headPath'
&& item.d1 !== 'applyBy'
&& item.d1 !== 'applyTime'
);
});