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 };