@@ -110,6 +110,8 @@ public class IndicatorDictionaryController {
}
} catch (CustomException e){
return R.customError(e.getMessage()).data("失败!");
+ }catch (Exception e1){
+ return R.customError("操作失败").data("失败!");