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 | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/project/externalperson/index.vue b/src/views/project/externalperson/index.vue
index 2e594a1..d65b3c5 100644
--- a/src/views/project/externalperson/index.vue
+++ b/src/views/project/externalperson/index.vue
@@ -444,7 +444,7 @@
this.getUserProfile();
this.getUnitList();
// 榛樿涓嶆墦寮�
- // this.getList();
+ this.getList();
},
methods: {
//鑾峰彇褰撳墠鐢ㄦ埛淇℃伅
@@ -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