Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -8,7 +8,6 @@ <script> import {getTreeList} from "@/api/MasterData/master"; import {mapMutations, mapState} from "vuex"; import {TableData,MasterTable} from "@/api/GetItem"; export default { @@ -88,6 +87,7 @@ this.codeClassifyOid=firstProperty.oid; this.coderuleoid=firstProperty.attributes.coderuleoid; this.$emit("coderuleoid", this.coderuleoid ) this.$emit('Treedata',this.Treedata) }).catch(res=>{ this.$message.error(res) })