|
|
@@ -706,6 +706,7 @@ MWF.xApplication.process.Xform.Personfield = MWF.APPPersonfield = new Class({
|
|
|
}else{
|
|
|
var node = this.node.getFirst();
|
|
|
if (node){
|
|
|
+ node.empty();
|
|
|
comboxValues.each(function(v, i){
|
|
|
this.creteShowNode(v, (i===comboxValues.length-1)).inject(node);
|
|
|
}.bind(this));
|
|
|
@@ -834,6 +835,7 @@ MWF.xApplication.process.Xform.Personfield = MWF.APPPersonfield = new Class({
|
|
|
}else{
|
|
|
var node = this.node.getFirst();
|
|
|
if (node){
|
|
|
+ node.empty();
|
|
|
comboxValues.each(function(v, i){
|
|
|
this.creteShowNode(v, (i===comboxValues.length-1)).inject(node);
|
|
|
}.bind(this));
|