Commit ec3306c1 by 任晓松

update

parent a1fd2af7
...@@ -87,7 +87,7 @@ class FormitemService extends ServiceBase { ...@@ -87,7 +87,7 @@ class FormitemService extends ServiceBase {
return system.getResultFail(-1,'表单已投入使用,不能修改表单项'); return system.getResultFail(-1,'表单已投入使用,不能修改表单项');
} }
let configRet = await this.packageConfigParams(pobj); let configRet = await this.packageConfigParams(pobj);
if(config_params.status !== 0){ if(configRet.status !== 0){
return configRet; return configRet;
} }
pobj.config_params = configRet.data; pobj.config_params = configRet.data;
......
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