|
@@ -95630,7 +95630,12 @@ define(['exports'], function (exports) { 'use strict';
|
|
});
|
|
});
|
|
},
|
|
},
|
|
exportBigExcelClick: function () {
|
|
exportBigExcelClick: function () {
|
|
|
|
+ var _a;
|
|
var me = this;
|
|
var me = this;
|
|
|
|
+ if (!((_a = me.dbInfo) === null || _a === void 0 ? void 0 : _a.jdbcurl) || !me.exportDataSql) {
|
|
|
|
+ showErrorDialog('当前表格不支持大批量导出');
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
var config = me.config;
|
|
var config = me.config;
|
|
var scope = lookupScope(me);
|
|
var scope = lookupScope(me);
|
|
var excelFileName = config.excelFileName || scope.vjson.title || lodash.uniqueId("excel-");
|
|
var excelFileName = config.excelFileName || scope.vjson.title || lodash.uniqueId("excel-");
|