Commit fc3298df by pangchong

Merge branch 'master' of 122.112.146.86:pangchong/vue3_onlineEditor

parents fc1aca98 87a941fb
...@@ -52,7 +52,7 @@ onMounted(function () { ...@@ -52,7 +52,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