ZhangYanJie преди 1 месец
родител
ревизия
2b53d0a5ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Procedure/frontend/projectb/src/pages/product/report_form_config_reportcreater/reportfillingconfig.tsx

+ 1 - 1
Procedure/frontend/projectb/src/pages/product/report_form_config_reportcreater/reportfillingconfig.tsx

@@ -372,7 +372,7 @@ const analyseFile = async (data: ReportDefinitionModel) => {
       width:150,
       ellipsis:true,
       valueType: 'select',
-       request: () => fetchDict('PARAM_CALC_TYPE'),
+       request: () => fetchDict('CALC_PROCESS_TYPE'),
       fieldProps: {
         options: dictionArray,
         treeDefaultExpandAll: true,