Browse Source

修复企业管理黑名单列表

cornyuan 2 months ago
parent
commit
85c816df0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/user/userDetailQ.vue

+ 1 - 0
src/views/user/userDetailQ.vue

@@ -2466,6 +2466,7 @@
 			// 黑名单列表
 			dataSelectLl() {
 				this.tableDataLoadingLl = true
+				let userId = this.$route.query.userId
 				this.$http({
 					url: this.$http.adornUrl('admin/shieldCompany/selectShieldList'),
 					method: 'get',