Commit 4d1464d1 by 宋毅

增加返回值

parent d1cad7bf
......@@ -69,7 +69,9 @@ class QcAPI extends APIBase {
case "getProgrammeInfoByChannelNeedNo"://获取需求方案列表
opResult = await this.aliyunqcSve.getProgrammeInfoByChannelNeedNo(pobj);
break;
case "getServiceProviderSubmitMaterial"://获取交付商提交材料信息
opResult = await this.baseqcSve.getServiceProviderSubmitMaterial(pobj);
break;
case "serviceProviderSubmitMaterial"://交付商提交材料信息
opResult = await this.baseqcSve.serviceProviderSubmitMaterial(pobj);
break;
......
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