yxh
yxh
6 天以前 8022f7036945b75f82f2dfc43055623f81ed98f6
src/views/project/components/orgselect/index.vue
@@ -130,7 +130,6 @@
    renderSelecter() {
      this.pageData.PageSize = 100;
      this.myValue = this.value;
      this.getdataList();
    },
@@ -144,6 +143,21 @@
      }; //搜索条件
      let userType = { userType: "1" };
      if (this.orgType == 4) {
        let arr = this.$store.state.user.organization;
        this.dataList.push(...arr);
        if (this.isAll) {
          let all = {
            organizationid: "",
            organizationname: "全部"
          };
          this.dataList.unshift(all);
        }
        this.tempList = this.dataList.map(item => item);
        this.focusEvents.loaded = true;
        this.isLoading = false;
        return;
      }
      listOrganization(searchData)
        .then(response => {