兰宝车间质量管理系统-前端
songgaoshuai
2024-03-22 31f4219f3d7fc041ba6ec2d11084e7e0f61ffdb8
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
};