|
@@ -416,10 +416,10 @@ var vNode = {
|
|
|
type: 'POST',
|
|
|
success: function (res) {
|
|
|
if (res.error_code === 0) {
|
|
|
- res.data.groupUseArr.forEach(function (item) {
|
|
|
+ res.data.groupUserArr.forEach(function (item) {
|
|
|
item.name = item.s_name
|
|
|
})
|
|
|
- _this.groupingList = res.data.groupUseArr || []
|
|
|
+ _this.groupingList = res.data.groupUserArr || []
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -894,7 +894,7 @@ var vNode = {
|
|
|
data: {
|
|
|
entId: _this.entInfo.id
|
|
|
},
|
|
|
- timeout: 6000,
|
|
|
+ // timeout: 6000,
|
|
|
success: function (res) {
|
|
|
if (res.error_code == 0) {
|
|
|
if (res.data && Object.keys(res.data).length !== 0) {
|