Commit bcf4c4e8 by 任晓松

update

parent c1875ca9
......@@ -42,7 +42,7 @@ class ForminfoService extends ServiceBase {
item_type_name:'手机号',
is_enabled:1,
is_required:1,
sequence:1
sequence:2
}
let itRt = await this.formitemSve.create(phoneItem);
if(!itRt){
......@@ -58,7 +58,7 @@ class ForminfoService extends ServiceBase {
item_type_name:'单行文本',
is_enabled:1,
is_required:1,
sequence:2
sequence:1
}
let itRt2 = await this.formitemSve.create(nameItem);
if(!itRt2){
......
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