Commit 04d46791 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed issue of rule save failed

parent bf6f17c4
......@@ -59,7 +59,7 @@
scope.reportTypesDropdownOption = {
bindingOptions: {
value: 'exception.templateGroupID',
value: 'exception.templateGroupId',
dataSource: 'reportTypes',
disabled: '!isEdit'
},
......
......@@ -7752,7 +7752,7 @@ systemConfigurationModule.directive('taxpayerTypeExceptionsTable', ['$log','rule
scope.reportTypesDropdownOption = {
bindingOptions: {
value: 'exception.templateGroupID',
value: 'exception.templateGroupId',
dataSource: 'reportTypes',
disabled: '!isEdit'
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment