Commit 65e7a14b 65e7a14be6868050bc0b513ab365697bb166c622 by zhanghao

commit

1 parent 0a7a1d13
...@@ -441,6 +441,7 @@ ...@@ -441,6 +441,7 @@
441 }, 441 },
442 handleEdit(index, row) { 442 handleEdit(index, row) {
443 console.log(row); 443 console.log(row);
444 if(this.huanjing == 'debug') {
444 this.activityInfosDrawer = true; 445 this.activityInfosDrawer = true;
445 this.activityInfosForm.id = row.id; 446 this.activityInfosForm.id = row.id;
446 this.activityInfosForm.status = row.status; 447 this.activityInfosForm.status = row.status;
...@@ -451,6 +452,9 @@ ...@@ -451,6 +452,9 @@
451 this.activityInfosForm.endTime = row.endTime; 452 this.activityInfosForm.endTime = row.endTime;
452 this.activityInfosForm.displayEndTime = row.displayEndTime; 453 this.activityInfosForm.displayEndTime = row.displayEndTime;
453 this.activityInfosForm.locationCodeRule = row.locationCodeRule; 454 this.activityInfosForm.locationCodeRule = row.locationCodeRule;
455 } else {
456 this.activityInfosDrawer=false;
457 }
454 }, 458 },
455 activityInfosFormSubmit() { 459 activityInfosFormSubmit() {
456 let config = { 460 let config = {
......