소스 검색

前端字典修改

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,