|
|
@@ -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
|