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 { @@ -72,8 +71,7 @@ created() { this.getTreeLists() }, computed:{ }, computed: {}, methods:{ //获取数据 getTreeLists(){ @@ -88,6 +86,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) })