From d27451a2c24fcc785d02619d5840378df7cfc939 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:12:05 +0800
Subject: [PATCH] 限制取消

---
 src/views/project/externalperson/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/project/externalperson/index.vue b/src/views/project/externalperson/index.vue
index ce041e7..d65b3c5 100644
--- a/src/views/project/externalperson/index.vue
+++ b/src/views/project/externalperson/index.vue
@@ -464,15 +464,15 @@
 
     /** 鏌ヨ鍗曚綅銆佷汉鍛樿处鍙峰垪琛� */
     getList() {
-      if (
-        this.queryParams.username === null ||
-        this.queryParams.username.replace(/\s/g, "") == ""
-      ) {
-        this.$modal.msgWarning(
-          "鏌ユ壘璐︽埛鏃讹紝璐︽埛鍚嶇О涓嶈兘涓虹┖锛岃杈撳叆璐︽埛鍚嶇О锛�"
-        );
-        return;
-      }
+      // if (
+      //   this.queryParams.username === null ||
+      //   this.queryParams.username.replace(/\s/g, "") == ""
+      // ) {
+      //   this.$modal.msgWarning(
+      //     "鏌ユ壘璐︽埛鏃讹紝璐︽埛鍚嶇О涓嶈兘涓虹┖锛岃杈撳叆璐︽埛鍚嶇О锛�"
+      //   );
+      //   return;
+      // }
 
       // this.loading = true;
       listExternalperson(this.queryParams).then(response => {

--
Gitblit v1.9.3