Parcourir la source

我的黑名单修复

cornyuan il y a 2 mois
Parent
commit
41f94ed967
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2 1
      src/views/user/userDetailQ.vue
  2. 2 1
      src/views/user/userDetailQ1.vue

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

@@ -2467,12 +2467,13 @@
 			dataSelectLl() {
 				this.tableDataLoadingLl = true
 				this.$http({
-					url: this.$http.adornUrl('app/shieldCompany/selectShieldList'),
+					url: this.$http.adornUrl('admin/shieldCompany/selectShieldList'),
 					method: 'get',
 					params: this.$http.adornParams({
 						'page': this.pageL,
 						'limit': this.limitL,
 						'companyId': this.companyId,
+						'userId': userId,
 					})
 				}).then(({
 					data

+ 2 - 1
src/views/user/userDetailQ1.vue

@@ -2441,12 +2441,13 @@
 			dataSelectLl() {
 				this.tableDataLoadingLl = true
 				this.$http({
-					url: this.$http.adornUrl('app/shieldCompany/selectShieldList'),
+					url: this.$http.adornUrl('admin/shieldCompany/selectShieldList'),
 					method: 'get',
 					params: this.$http.adornParams({
 						'page': this.pageL,
 						'limit': this.limitL,
 						'companyId': this.companyId,
+						'userId': userId,
 					})
 				}).then(({
 					data