@zgfe/modules-dm 1.0.30-upload.0 → 1.0.30
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.
|
@@ -353,7 +353,8 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
353
353
|
source == 'event' ? data.append('event_id', eventAttrsData === null || eventAttrsData === void 0 ? void 0 : eventAttrsData.event_id) : null;
|
|
354
354
|
request(apis.propUpload, {
|
|
355
355
|
method: 'post',
|
|
356
|
-
data: data
|
|
356
|
+
data: data,
|
|
357
|
+
notTransform: true
|
|
357
358
|
}).then(function (res) {
|
|
358
359
|
if (res.code == 10001) {
|
|
359
360
|
message.success('上传成功');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.30
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"umi-request": "^1.4.0",
|
|
50
50
|
"yorkie": "^2.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e8c409475d42f7220d97996105bdcd3f0c57f5ac",
|
|
53
53
|
"gitHooks": {
|
|
54
54
|
"pre-commit": "lint-staged"
|
|
55
55
|
}
|