| | |
| | | this.checkedData=checkedData |
| | | var value = []; |
| | | var text = []; |
| | | const textSep =this.config.textSep;debugger; |
| | | const textSep =this.config.textSep; |
| | | for(var j =0;j<checkedData.checkedNodes.length;j++){ |
| | | const item=checkedData.checkedNodes[j]; |
| | | var v=this.config.valueField.indexOf("attribute.")>=0?(item.attributes[this.config.valueField.replace("attribute.","")] || item.attributes.data[this.config.valueField.replace("attribute.","")]):(item.attributes[this.config.valueField] || item[this.config.valueField] || item.attributes.data[this.config.valueField]) |
| | |
| | | fieldMap:mapFields |
| | | }); |
| | | } |
| | | }, |
| | | watch:{} |
| | | } |
| | | } |
| | | </script> |
| | | |