wangting
2023-08-08 c8cdec5a84e86c35fbe7d18ca8eefbe5cbf11ba7
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)
      })