From 002f765b0cc29ce75e6c6a965d2011c27bcc254b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 25 四月 2026 10:25:13 +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 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/project/components/orgselect/index.vue b/src/views/project/components/orgselect/index.vue
index be20106..6ae9a76 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,8 @@
};
this.dataList.unshift(all);
}
+ console.log(this.dataList,'this.dataList');
+
this.tempList = this.dataList.map(item => item);
this.focusEvents.loaded = true;
this.isLoading = false;
--
Gitblit v1.9.3