Commit af21a010 by 赵庆

ss

parent 35bb0d1e
...@@ -16,11 +16,9 @@ class XbgApi extends apiBase { ...@@ -16,11 +16,9 @@ class XbgApi extends apiBase {
} }
//合同模板 //合同模板
async etemplateList(qobj) { async etemplateList(qobj) {
var params = qobj || {};
if (!params.ecompany_id) {
return system.getResult("参数ecompany_id为空")
}
try { try {
var params = qobj || {};
var rs = await this.restClient.execPost(params, this.url+"etemplateList"); var rs = await this.restClient.execPost(params, this.url+"etemplateList");
return JSON.parse(rs.stdout); return JSON.parse(rs.stdout);
} catch (e) { } catch (e) {
......
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