mrzcc
2020-02-17 63700a7e50b8db13d81c885233d0ea7a440bf364
WebService/src/main/resources/components/inspectionPlanPackage/edit-inspectionPlan/editInspectionPlan.js
@@ -27,13 +27,13 @@
            }
        },
        _initMethod: function () {
            vc.getDict('pay_fee_config',"fee_type_cd",function(_data){
            vc.getDict('inspection_plan',"sign_type",function(_data){
                vc.component.editInspectionPlanInfo.signTypes = _data;
            });
            vc.getDict('pay_fee_config',"fee_type_cd",function(_data){
            vc.getDict('inspection_plan',"inspection_plan_period",function(_data){
                vc.component.editInspectionPlanInfo.inspectionPlanPeriods = _data;
            });
            vc.getDict('pay_fee_config',"fee_type_cd",function(_data){
            vc.getDict('inspection_plan',"state",function(_data){
                vc.component.editInspectionPlanInfo.states = _data;
            });