田源
2023-06-27 188777688de73a27e3913eb773062ddfb1a9bf58
Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -68,14 +68,14 @@
    }
  },
  created() {
    this.getTreeList()
    this.getTreeLists()
  },
  computed:{
   },
  methods:{
    //获取数据
    getTreeList(){
    getTreeLists(){
      getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{
        this.Treedata=res.data
        this.ModifyProperties(this.Treedata, 'text', 'label');
@@ -146,14 +146,13 @@
    async nodeClick(data) {
      try {
        this.nodeClickList = data;
        this.tableHeadDataFateher=[]
        this.tableHeadFindData=[]
        await this.TableHeadRend(); // 先执行 TableHeadRend()
        this.TableRend(); // TableHeadRend() 方法完成后再执行 TableRend()
        this.$emit('nodeClick',this.templateOids)
        this.$emit("codeClassifyOid", this.nodeClickList.oid )
        // console.log('元数据',this.templateOids)
        // console.log('元数据cod',this.codeClassifyOid)
        // console.log('元数据nodeclick', this.nodeClickList.oid)
        // console.log(this.tableHeadFindData)
      } catch (error) {
        // 处理错误
        this.$message.error(error)