田源
2023-12-06 1784bf06d86bdb6217ea7015189bc382edd3702e
Source/UBCS-WEB/src/views/MasterData/items.vue
@@ -10,7 +10,7 @@
          @Treedata="TreedataList"
          @codeClassifyOid="codeClassifyOidList"
          @coderuleoid="coderuleoidList"
          @nodeClick="nodeClick"
          @nodeClickTemplateOids="nodeClickTem"
          @tableDataArray="tableDataArrays"
          @tableHeadBttoms="tableHeadBttoms"
          @tableHeadDataFateher="tableHeadDatas"
@@ -80,7 +80,7 @@
      this.nodeClickList=val;
    },
    TreeValueEmit(val) {
      this.TreeValue = val
      this.TreeValue = val;
    },
    codeClassifyOidList(val) {
      this.codeClassifyOid = val;
@@ -89,35 +89,31 @@
      this.coderuleoid = val;
    },
    TreedataList(val) {
      this.Treedata = val
      this.Treedata = val;
    },
    pageSizes(val) {
      this.pageSize = val
      this.pageSize = val;
    },
    currentPages(val) {
      this.currentPage = val
      this.currentPage = val;
    },
    tableDataArrays(val) {
      this.tableDataArray = val
      this.tableDataArray = val;
    },
    totals(val) {
      this.total = val
      this.total = val;
    },
    tableHeadDatas(val) {
      this.tableHeadDataFateher = val
      this.tableHeadDataFateher = val;
    },
    tableHeadFindDatas(val) {
      this.tableHeadFindData = val
      this.tableHeadFindData = val;
    },
    nodeClick(val) {
    nodeClickTem(val) {
      this.templateOid = val;
      this.isLoading = true;
      setTimeout(() => {
        this.isLoading = false;
      }, 2000);
    },
    tableHeadBttoms(val) {
      this.masterVrBtnList = val
      this.masterVrBtnList = val;
    },
  }
}