Commit 65e7a14b 65e7a14be6868050bc0b513ab365697bb166c622 by zhanghao

commit

1 parent 0a7a1d13
......@@ -441,6 +441,7 @@
},
handleEdit(index, row) {
console.log(row);
if(this.huanjing == 'debug') {
this.activityInfosDrawer = true;
this.activityInfosForm.id = row.id;
this.activityInfosForm.status = row.status;
......@@ -451,6 +452,9 @@
this.activityInfosForm.endTime = row.endTime;
this.activityInfosForm.displayEndTime = row.displayEndTime;
this.activityInfosForm.locationCodeRule = row.locationCodeRule;
} else {
this.activityInfosDrawer=false;
}
},
activityInfosFormSubmit() {
let config = {
......