Commit ca9b738a97c254cb53859f4270429ec97467741f
1 parent
1e3e0fbe
123
Showing
1 changed file
with
3 additions
and
1 deletions
trash-ui/public/bpmnjs/index.js
| @@ -83593,6 +83593,8 @@ module.exports = function(group, element, bpmnFactory, translate) { | @@ -83593,6 +83593,8 @@ module.exports = function(group, element, bpmnFactory, translate) { | ||
| 83593 | $(".bpp-properties-entry[data-entry='form-field-id']").append("标签<br/><input id=FormLabel type=input value="+param[2] +">"); | 83593 | $(".bpp-properties-entry[data-entry='form-field-id']").append("标签<br/><input id=FormLabel type=input value="+param[2] +">"); |
| 83594 | $(".bpp-properties-entry[data-entry='form-field-id']").append("参数<br/><input id=FormValue type=input value="+param[4].replace("--__--",",") +">"); | 83594 | $(".bpp-properties-entry[data-entry='form-field-id']").append("参数<br/><input id=FormValue type=input value="+param[4].replace("--__--",",") +">"); |
| 83595 | 83595 | ||
| 83596 | + | ||
| 83597 | + var test = ""; | ||
| 83596 | var check = 'false'; | 83598 | var check = 'false'; |
| 83597 | 83599 | ||
| 83598 | if(param[3] != 'f'){ | 83600 | if(param[3] != 'f'){ |
| @@ -83609,7 +83611,7 @@ module.exports = function(group, element, bpmnFactory, translate) { | @@ -83609,7 +83611,7 @@ module.exports = function(group, element, bpmnFactory, translate) { | ||
| 83609 | console.log("change"); | 83611 | console.log("change"); |
| 83610 | }); | 83612 | }); |
| 83611 | }else{ | 83613 | }else{ |
| 83612 | - | 83614 | + |
| 83613 | } | 83615 | } |
| 83614 | 83616 | ||
| 83615 | 83617 |