|
@@ -980,7 +980,7 @@ const showSelectTab = function(select, spread, afterShow) {
|
|
|
if (!xmjRange || xmjRange.length === 0) continue;
|
|
|
for (const x of xmjRange) {
|
|
|
if (xmjCheckFun(x, keyword, setting.searchField.xmj)) {
|
|
|
- const convertData = { bid: node.id, xid: x.id };
|
|
|
+ const convertData = { bid: node.id, xid: x.mx_id };
|
|
|
for (const col of setting.resultSpreadSetting.cols) {
|
|
|
convertData[col.field] = x[col.field];
|
|
|
}
|