Commit 87a941fb by qlintonger xeno

feat: AI格式化processing+2

parent 58321083
...@@ -44,7 +44,7 @@ onMounted(function() { ...@@ -44,7 +44,7 @@ onMounted(function() {
const res = xmlProcessing.processXML(FileXML, nodeSet) const res = xmlProcessing.processXML(FileXML, nodeSet)
treeData.value = res.treeData treeData.value = res.treeData
xmlDOM.value = res.xmlDOM xmlDOM.value = res.xmlDOM
console.log('all-node', xmlDOM.value) console.log('all-node', window.$t = xmlDOM.value)
}) })
function getAllKeys(item: TreeOption[]) { function getAllKeys(item: TreeOption[]) {
return item.reduce(function(q, w) { return item.reduce(function(q, w) {
......
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