Commit b34a94912fc405407dfc91bcbe2e20293b847654

Authored by zhongnanhuang
2 parents 693472df 35b61e1e

Merge branch 'znh' into 'develop'

feat: update 申请开票,部分开票



See merge request !23
Showing 1 changed file with 1 additions and 1 deletions
src/pages/Order/index.tsx
@@ -1830,7 +1830,7 @@ const OrderPage = () => { @@ -1830,7 +1830,7 @@ const OrderPage = () => {
1830 //保存这个搜索条件 1830 //保存这个搜索条件
1831 //订单id处理 1831 //订单id处理
1832 if (params.id !== '') { 1832 if (params.id !== '') {
1833 - if (params.id.indexOf(',')) { 1833 + if (params.id?.indexOf(',')) {
1834 params.id = params.id.split(','); 1834 params.id = params.id.split(',');
1835 params.id = params.id.filter((id) => { 1835 params.id = params.id.filter((id) => {
1836 return id !== ''; 1836 return id !== '';