Commit fffd6693 by wkliang

fix

parent 54e1b2ab
......@@ -30,6 +30,7 @@ class DiagnosisAPI extends APIBase {
break
case 'getNeedDetail': // 需求详情 20 08 12 liang
opResult = await this.needSve.getItemByNeedNo(pobj);
break
default:
opResult = system.getResult(null, "action_type参数错误");
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