Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weihua.xiao committed Feb 4, 2024
1 parent 964ca13 commit 00a191d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/utils/tableUtils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { bitable, FieldType } from "@lark-base-open/js-sdk";
import { config } from './config';
import {i18n} from '../locales/i18n.js';

const lang = await bitable.bridge.getLanguage();
const lang = i18n.global.locale;

// 获取所勾选字段的字段Id
const getSelectedFieldsId = (fieldMetaList, checkedFields) => {
Expand Down

0 comments on commit 00a191d

Please sign in to comment.