|
@@ -417,7 +417,7 @@ var vNode = {
|
|
|
success: function (res) {
|
|
|
if (res.error_code === 0) {
|
|
|
res.data.groupUserArr.forEach(function (item) {
|
|
|
- item.name = item.s_name
|
|
|
+ item.s_name = item.name
|
|
|
})
|
|
|
_this.groupingList = res.data.groupUserArr || []
|
|
|
}
|
|
@@ -1820,7 +1820,6 @@ var vNode = {
|
|
|
svipBuyset: this.svipBuyset,
|
|
|
bidcollPowerInfo: this.bidcollPowerInfo,
|
|
|
scrollTop: this.scrollTop + scrollTopOffset,
|
|
|
- showGroupingDialog: this.showGroupingDialog,
|
|
|
gotTab2: this.gotTab2
|
|
|
}
|
|
|
sessionStorage.setItem(this.sessKey, JSON.stringify(data))
|