|
@@ -461,16 +461,16 @@ export default {
|
461
|
461
|
method: 'PUT',
|
462
|
462
|
action: 'admin.taDrainage.id.put',
|
463
|
463
|
},
|
464
|
|
- taDrainageRecord:{
|
|
464
|
+ taDrainageRecord: {
|
465
|
465
|
url: `${prefix}/taDrainageRecord`,
|
466
|
466
|
method: 'GET',
|
467
|
467
|
action: 'admin.taDrainageRecord.get',
|
468
|
468
|
},
|
469
|
|
- exporttaDrainageRecord:{
|
|
469
|
+ exporttaDrainageRecord: {
|
470
|
470
|
url: `${prefix}/taDrainageRecord/export`,
|
471
|
471
|
method: 'GET',
|
472
|
472
|
action: 'admin.taDrainageRecord.export.get',
|
473
|
|
- }
|
|
473
|
+ },
|
474
|
474
|
},
|
475
|
475
|
integralMall: {
|
476
|
476
|
tdPointsRules: {
|
|
@@ -612,12 +612,12 @@ export default {
|
612
|
612
|
method: 'POST',
|
613
|
613
|
action: 'admin.taBuildingReport.add.post',
|
614
|
614
|
},
|
615
|
|
- documentVerifylist:{
|
|
615
|
+ documentVerifylist: {
|
616
|
616
|
url: `${prefix}/documentVerify`,
|
617
|
617
|
method: 'GET',
|
618
|
618
|
action: 'admin.documentVerify.get',
|
619
|
619
|
},
|
620
|
|
- documentVerifyDetail:{
|
|
620
|
+ documentVerifyDetail: {
|
621
|
621
|
url: `${prefix}/documentVerify/:id`,
|
622
|
622
|
method: 'GET',
|
623
|
623
|
action: 'admin.documentVerify.id.get',
|
|
@@ -733,57 +733,52 @@ export default {
|
733
|
733
|
list: {
|
734
|
734
|
url: `${prefix}/helpActivity/list`,
|
735
|
735
|
method: 'GET',
|
736
|
|
- action: 'admin.taRole.get',
|
737
|
|
- },
|
738
|
|
- effectiveList: {
|
739
|
|
- url: `${prefix}/helpActivityEffective/list`,
|
740
|
|
- method: 'GET',
|
741
|
|
- action: 'admin.helpActivityEffective.get',
|
|
736
|
+ action: 'admin.helpActivity.get',
|
742
|
737
|
},
|
743
|
738
|
add: {
|
744
|
739
|
url: `${prefix}/helpActivity/add`,
|
745
|
740
|
method: 'post',
|
746
|
|
- action: 'admin.taRole.get',
|
|
741
|
+ action: 'admin.helpActivity.add.post',
|
747
|
742
|
},
|
748
|
743
|
details: {
|
749
|
744
|
url: `${prefix}/helpActivity/details`,
|
750
|
745
|
method: 'get',
|
751
|
|
- action: 'admin.taRole.get',
|
|
746
|
+ action: 'admin.helpActivity.details.get',
|
752
|
747
|
},
|
753
|
748
|
update: {
|
754
|
749
|
url: `${prefix}/helpActivity/update`,
|
755
|
750
|
method: 'put',
|
756
|
|
- action: 'admin.taRole.get',
|
|
751
|
+ action: 'admin.helpActivity.update.put',
|
757
|
752
|
},
|
758
|
753
|
top: {
|
759
|
754
|
url: `${prefix}/top/update`,
|
760
|
755
|
method: 'post',
|
761
|
|
- action: 'admin.taRole.get',
|
|
756
|
+ action: 'admin.top.update.post',
|
762
|
757
|
},
|
763
|
758
|
record: {
|
764
|
759
|
url: `${prefix}/helpRecord`,
|
765
|
760
|
method: 'get',
|
766
|
|
- action: 'admin.taRole.get',
|
|
761
|
+ action: 'admin.helpRecord.get',
|
767
|
762
|
},
|
768
|
763
|
helpPeopleDetails: {
|
769
|
764
|
url: `${prefix}/taHelpRecord/details`,
|
770
|
765
|
method: 'get',
|
771
|
|
- action: 'admin.taRole.get',
|
|
766
|
+ action: 'admin.taHelpRecord.details.get',
|
772
|
767
|
},
|
773
|
768
|
verification: {
|
774
|
769
|
url: `${prefix}/helpInitiateRecordVerify`,
|
775
|
770
|
method: 'post',
|
776
|
|
- action: 'admin.taRole.get',
|
|
771
|
+ action: 'admin.helpInitiateRecordVerify.get',
|
777
|
772
|
},
|
778
|
773
|
HelpInitiateRecordSucceed: {
|
779
|
774
|
url: `${prefix}/HelpInitiateRecordSucceed/export`,
|
780
|
775
|
method: 'get',
|
781
|
|
- action: 'admin.taRole.get',
|
|
776
|
+ action: 'admin.HelpInitiateRecordSucceed.export.get',
|
782
|
777
|
},
|
783
|
778
|
gethelpRecordExport: {
|
784
|
779
|
url: `${prefix}/helpRecord/export`,
|
785
|
780
|
method: 'get',
|
786
|
|
- action: 'admin.taRole.get',
|
|
781
|
+ action: 'admin.helpRecord.export.get',
|
787
|
782
|
},
|
788
|
783
|
},
|
789
|
784
|
groupActivity: {
|