Commit b4356b70 by 任晓松

tj

parent eb150c5e
......@@ -35,7 +35,7 @@ class ForminfoService extends ServiceBase {
let phoneItem = {
form_id:result.id,
name:"联系方式",
code:"contact_name",
code:"contact_mobile",
config_params:{
verify_sms:0,
mobile_input_length:2
......@@ -63,6 +63,7 @@ class ForminfoService extends ServiceBase {
sequence:1
}
let itRt2 = await this.formitemSve.create(nameItem);
this.updateForm(result)
if(!itRt2){
return system.getResultFail(-1,'创建联系方式表单失败');
}
......
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