兰宝车间质量管理系统-前端
落叶橘橙
2024-04-25 9968d14c393e6362192039d797cd58758a8fc89f
src/utils/ruoyi.ts
@@ -68,7 +68,7 @@
  if (value === undefined) {
    return '';
  }
  const actions = [];
  const actions: Array<string | number> = [];
  Object.keys(datas).some((key) => {
    if (datas[key].value == '' + value) {
      actions.push(datas[key].label);
@@ -245,3 +245,7 @@
export const blobValidate = (data: any) => {
  return data.type !== 'application/json';
};
export default {
  handleTree
};