xiejun
2023-09-25 8470a4ae665d8b7f7621479c09664c7a3ff0f210
Source/UBCS-WEB/src/components/refer/vciWebReferTree.vue
@@ -188,7 +188,7 @@
      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])
@@ -223,8 +223,7 @@
        fieldMap:mapFields
      });
    }
  },
  watch:{}
  }
}
</script>