@luck-design-biz/luckda 0.0.21-2 → 0.0.21-3
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.
package/es/upload/Form/index.js
CHANGED
|
@@ -14,8 +14,7 @@ function buildComponent(props) {
|
|
|
14
14
|
_props$note = props.note,
|
|
15
15
|
note = _props$note === void 0 ? '' : _props$note,
|
|
16
16
|
rest = _objectWithoutProperties(props, _excluded);
|
|
17
|
-
var formId = "annex_".concat(_formId);
|
|
18
|
-
|
|
17
|
+
var formId = "annex_".concat(_formId);
|
|
19
18
|
var getUrl = function getUrl(behaviorKey, _note, docUid) {
|
|
20
19
|
var ticketData = rest.ticketData,
|
|
21
20
|
formData = rest.formData,
|
|
@@ -56,7 +55,8 @@ function buildComponent(props) {
|
|
|
56
55
|
stype: i.fileExt,
|
|
57
56
|
username: i.sregnm,
|
|
58
57
|
uploadDate: i.dregt,
|
|
59
|
-
previewUrl: i.previewUrl
|
|
58
|
+
previewUrl: i.previewUrl,
|
|
59
|
+
note: i.note
|
|
60
60
|
};
|
|
61
61
|
});
|
|
62
62
|
}
|
package/lib/upload/Form/index.js
CHANGED
|
@@ -21,8 +21,7 @@ function buildComponent(props) {
|
|
|
21
21
|
_props$note = props.note,
|
|
22
22
|
note = _props$note === void 0 ? '' : _props$note,
|
|
23
23
|
rest = (0, _objectWithoutProperties2.default)(props, _excluded);
|
|
24
|
-
var formId = "annex_".concat(_formId);
|
|
25
|
-
|
|
24
|
+
var formId = "annex_".concat(_formId);
|
|
26
25
|
var getUrl = function getUrl(behaviorKey, _note, docUid) {
|
|
27
26
|
var ticketData = rest.ticketData,
|
|
28
27
|
formData = rest.formData,
|
|
@@ -63,7 +62,8 @@ function buildComponent(props) {
|
|
|
63
62
|
stype: i.fileExt,
|
|
64
63
|
username: i.sregnm,
|
|
65
64
|
uploadDate: i.dregt,
|
|
66
|
-
previewUrl: i.previewUrl
|
|
65
|
+
previewUrl: i.previewUrl,
|
|
66
|
+
note: i.note
|
|
67
67
|
};
|
|
68
68
|
});
|
|
69
69
|
}
|