幸运礼物-额外数组配置-配置-vo结构
This commit is contained in:
@@ -535,6 +535,7 @@ export default {
|
||||
this.detailsTable = newArr;
|
||||
this.inquire.extraStock = res.data.extraStock;
|
||||
this.inquire.extraPoolConfig = res.data.extraPoolConfig;
|
||||
this.inquire.extraPoolConfig.userRechargeLevels = res.data.extraPoolConfig.userRechargeLevels.join(',');
|
||||
});
|
||||
},
|
||||
// 查看详情按钮
|
||||
@@ -659,6 +660,7 @@ export default {
|
||||
var obj = {};
|
||||
obj.partitionId = this.inquire.value;
|
||||
obj.extraPoolConfig = this.inquire.extraPoolConfig;
|
||||
console.info(this.inquire.extraPoolConfig.userRechargeLevels)
|
||||
obj.extraPoolConfig.userRechargeLevels = this.inquire.extraPoolConfig.userRechargeLevels.split(",");
|
||||
updateSet(obj).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
Reference in New Issue
Block a user