Commit fb889201 by 王昆

gsb

parent f525e656
......@@ -63,7 +63,9 @@ class InvoiceCtl extends CtlBase {
async myInvoicePage(pobj, pobj2, req) {
try {
pobj.assigned = true;
// 获取页面类型状态
pobj.statuses = this.getPageStatus(pobj.pageType);
// 设置角色参数
this.setRoleAuth(pobj, req.loginUser);
this.doTimeCondition(pobj, ["createTimeBegin", "createTimeEnd"]);
......
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