@gingkoo/pandora-metabase 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,7 +160,7 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
160
160
  }
161
161
  // 当前选中的表字段
162
162
  var curTableColumn = data.filter(function (v) {
163
- return v.tableUuid === curTable;
163
+ return v.tableUuid === tableUuid;
164
164
  }).flatMap(function (v) {
165
165
  return v.columns;
166
166
  });
@@ -154,7 +154,7 @@ var SelectJoinColumn = function SelectJoinColumn(_ref) {
154
154
  }
155
155
  // 当前选中的表字段
156
156
  var curTableColumn = data.filter(function (v) {
157
- return v.tableUuid === curTable;
157
+ return v.tableUuid === tableUuid;
158
158
  }).flatMap(function (v) {
159
159
  return v.columns;
160
160
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",