From 2e8a6eb83293693f5a39bd20ea3a26d59fd042cb Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 09 五月 2026 10:07:18 +0800
Subject: [PATCH] Merge branch 'QD-opo' of http://116.62.18.175:6699/r/~yxh/opo-web into QD-opo

---
 src/views/project/components/orgselect/index.vue |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/views/project/components/orgselect/index.vue b/src/views/project/components/orgselect/index.vue
index f33b57f..9abab2c 100644
--- a/src/views/project/components/orgselect/index.vue
+++ b/src/views/project/components/orgselect/index.vue
@@ -115,6 +115,7 @@
       console.error("'lazy-load'蹇呴』鍜�'filterable'鍚屾椂浣跨敤锛�");
       return false;
     }
+    console.log(456789);
 
     if (this.lazyLoad) {
       this.focusEvents.func = () => {
@@ -130,7 +131,6 @@
     renderSelecter() {
       this.pageData.PageSize = 100;
       this.myValue = this.value;
-
       this.getdataList();
     },
 
@@ -144,6 +144,22 @@
       }; //鎼滅储鏉′欢
 
       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 => {

--
Gitblit v1.9.3