Commit 65e7a14b 65e7a14be6868050bc0b513ab365697bb166c622 by zhanghao

commit

1 parent 0a7a1d13
......@@ -441,16 +441,20 @@
},
handleEdit(index, row) {
console.log(row);
this.activityInfosDrawer = true;
this.activityInfosForm.id = row.id;
this.activityInfosForm.status = row.status;
this.activityInfosForm.name = row.name;
this.activityInfosForm.joinRoleType = row.joinRoleType;
this.activityInfosForm.displayStartTime = row.displayStartTime;
this.activityInfosForm.startTime = row.startTime;
this.activityInfosForm.endTime = row.endTime;
this.activityInfosForm.displayEndTime = row.displayEndTime;
this.activityInfosForm.locationCodeRule = row.locationCodeRule;
if(this.huanjing == 'debug') {
this.activityInfosDrawer = true;
this.activityInfosForm.id = row.id;
this.activityInfosForm.status = row.status;
this.activityInfosForm.name = row.name;
this.activityInfosForm.joinRoleType = row.joinRoleType;
this.activityInfosForm.displayStartTime = row.displayStartTime;
this.activityInfosForm.startTime = row.startTime;
this.activityInfosForm.endTime = row.endTime;
this.activityInfosForm.displayEndTime = row.displayEndTime;
this.activityInfosForm.locationCodeRule = row.locationCodeRule;
} else {
this.activityInfosDrawer=false;
}
},
activityInfosFormSubmit() {
let config = {
......