修改传参字段
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user