修改传参字段

This commit is contained in:
dragon
2024-05-31 14:20:40 +08:00
parent 2cc695c978
commit 8823ec2ec3

View File

@@ -319,7 +319,7 @@ export default {
this.editDialog = true;
this.editDiaData = scope.row;
var obj = this.editDiaData;
this.ediObj.gameId = obj.mgId;
this.ediObj.gameId = obj.mgIdStr;
this.ediObj.gameNick = JSON.parse(obj.name).zh;
this.ediObj.checkList =
obj.partitionFlag == 0 || obj.partitionFlag == ""
@@ -341,7 +341,7 @@ export default {
// 确认编辑按钮
editDialogClick() {
var obj = {
mgId: this.ediObj.gameId,
mgIdStr: this.ediObj.gameId,
name: this.ediObj.gameNick,
partitionFlag: this.districtFun(1),
isShow: this.ediObj.value1,