From cc29cd4ba854f40054de04025a13efe08cc25af5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 13 五月 2026 09:45:43 +0800
Subject: [PATCH] 维护
---
src/views/project/components/orgselect/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/project/components/orgselect/index.vue b/src/views/project/components/orgselect/index.vue
index be20106..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 = () => {
@@ -153,6 +154,7 @@
};
this.dataList.unshift(all);
}
+
this.tempList = this.dataList.map(item => item);
this.focusEvents.loaded = true;
this.isLoading = false;
--
Gitblit v1.9.3