src/views/project/externalperson/index.vue
@@ -508,15 +508,15 @@ /** 搜索按钮操作 */ handleQuery() { console.log("handleQuery", this.queryParams); 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.queryParams.pageNum = 1; this.getList();