@gingkoo/pandora-metabase 1.0.106 → 1.0.107
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.
|
@@ -357,7 +357,7 @@ var NextDom = function NextDom(props) {
|
|
|
357
357
|
var index = (_store$metaList3 = store.metaList) === null || _store$metaList3 === void 0 || (_store$metaList3 = _store$metaList3[groupIndex]) === null || _store$metaList3 === void 0 || (_store$metaList3 = _store$metaList3.list) === null || _store$metaList3 === void 0 ? void 0 : _store$metaList3.indexOf(meta);
|
|
358
358
|
var success = store.addMeta('', index + 1, groupIndex, store.metabaseCopyModule, function (conflictingAlias) {
|
|
359
359
|
// 冲突提示
|
|
360
|
-
_pandora.Toast.warning("
|
|
360
|
+
_pandora.Toast.warning("\u8BE5\u8868\u5DF2\u5B58\u5728\u5173\u8054\uFF0C\u4E0D\u80FD\u590D\u5236");
|
|
361
361
|
});
|
|
362
362
|
// 仅在成功时重置
|
|
363
363
|
if (success) {
|
|
@@ -347,7 +347,7 @@ var NextDom = function NextDom(props) {
|
|
|
347
347
|
var index = (_store$metaList3 = store.metaList) === null || _store$metaList3 === void 0 || (_store$metaList3 = _store$metaList3[groupIndex]) === null || _store$metaList3 === void 0 || (_store$metaList3 = _store$metaList3.list) === null || _store$metaList3 === void 0 ? void 0 : _store$metaList3.indexOf(meta);
|
|
348
348
|
var success = store.addMeta('', index + 1, groupIndex, store.metabaseCopyModule, function (conflictingAlias) {
|
|
349
349
|
// 冲突提示
|
|
350
|
-
Toast.warning("
|
|
350
|
+
Toast.warning("\u8BE5\u8868\u5DF2\u5B58\u5728\u5173\u8054\uFF0C\u4E0D\u80FD\u590D\u5236");
|
|
351
351
|
});
|
|
352
352
|
// 仅在成功时重置
|
|
353
353
|
if (success) {
|