Commit 4fba17d0 by 庄冰

getFormList

parent 19e9d85e
...@@ -48,6 +48,8 @@ class Templateconfig extends APIBase { ...@@ -48,6 +48,8 @@ class Templateconfig extends APIBase {
// opResult = await this.templateinfoSve.findByCompanyId(pobj.actionBody); // opResult = await this.templateinfoSve.findByCompanyId(pobj.actionBody);
break; break;
case "getFormList": // 获取表单列表 case "getFormList": // 获取表单列表
var actionBody = pobj.actionBody || {};
actionBody["company_id"] = pobj.company_id;
opResult = await this.forminfoSve.getFormList(pobj.actionBody); opResult = await this.forminfoSve.getFormList(pobj.actionBody);
break; break;
default: default:
......
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