| | |
| | | ); |
| | | if (userRes.data.data && userRes.data.data[0]) { |
| | | const userData = userRes.data.data[0]; |
| | | this.user = userData.Czymc || "admin"; |
| | | this.user = sessionStorage["HUserName"] ; |
| | | this.Organization = userData.HUSEORGID; |
| | | this.queryParams.HUSEORGID = userData.HUSEORGID; |
| | | } |
| | |
| | | if (this.queryParams.HName) { |
| | | conditions.push(`驾驶员名称 like '%${this.queryParams.HName}%'`); |
| | | } |
| | | // if (this.queryParams.HUSEORGID) { |
| | | // conditions.push(`HUSEORGID = '${this.queryParams.HUSEORGID}'`); |
| | | // } |
| | | if (this.queryParams.HUSEORGID) { |
| | | conditions.push(`使用组织 = '${this.queryParams.HUSEORGID}'`); |
| | | } |
| | | |
| | | |
| | | if (this.queryParams.ColName !== "0" && this.queryParams.Comparator !== "0") { |