@zgfe/modules-settings 2.0.0-zhongyuan.6 → 2.0.0-zhongyuan.7
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.
|
@@ -197,7 +197,6 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
197
197
|
accept: '.zip,.rar,.7z',
|
|
198
198
|
beforeUpload: beforeUpload,
|
|
199
199
|
onChange: function onChange(info) {
|
|
200
|
-
console.log(info);
|
|
201
200
|
var status = info.file.status;
|
|
202
201
|
if (status !== 'uploading') {
|
|
203
202
|
if (info.fileList.length > 0) {
|
|
@@ -321,7 +320,7 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
321
320
|
}
|
|
322
321
|
}).then(function (res) {
|
|
323
322
|
if (res && (res === null || res === void 0 ? void 0 : res.code) == '100000') {
|
|
324
|
-
message.
|
|
323
|
+
message.success('分享成功!');
|
|
325
324
|
handleShareCancel();
|
|
326
325
|
} else {
|
|
327
326
|
message.error('查询失败,联系管理员');
|
|
@@ -432,7 +431,7 @@ var DocumentSetting = function DocumentSetting() {
|
|
|
432
431
|
size: 20
|
|
433
432
|
}, /*#__PURE__*/React.createElement(Radio, {
|
|
434
433
|
value: 4
|
|
435
|
-
}, "\u6240\
|
|
434
|
+
}, "\u6240\u6709\u6210\u5458"), /*#__PURE__*/React.createElement(Radio, {
|
|
436
435
|
value: 1
|
|
437
436
|
}, "\u6307\u5B9A\u5E94\u7528\uFF08\u6240\u6709\u62E5\u6709\u8BE5\u5E94\u7528\u6743\u9650\u7684\u89D2\u8272\uFF09"), currentShareType == 1 ? (/*#__PURE__*/React.createElement(React.Fragment, null, currentAppArr.length > 2 ? (/*#__PURE__*/React.createElement(Tooltip, {
|
|
438
437
|
title: function title() {
|