兰宝车间质量管理系统-前端
songgaoshuai
2024-03-07 6f9851a4e5fb507069c6ef3e93a76a2945a1b6fe
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);