Commit b6f9adc7 by 王昆

Merge branch 'xgg-saas-merchant' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-saas-merchant

parents 1f81197a ef27ee5d
...@@ -171,6 +171,8 @@ class InvoiceCtl extends CtlBase { ...@@ -171,6 +171,8 @@ class InvoiceCtl extends CtlBase {
//发票申请列表 //发票申请列表
async merchantinvoiceapplyPage(params, pobj2, req) { async merchantinvoiceapplyPage(params, pobj2, req) {
try { try {
params.currentPage = Number(params.currentPage || 1);
params.pageSize = Number(params.pageSize || 1);
let rs = await this.invoiceSve.merchantinvoiceapplyPage(params); let rs = await this.invoiceSve.merchantinvoiceapplyPage(params);
return rs; return rs;
} catch (error) { } catch (error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment