dlt-for-react 2.0.14 → 2.0.15
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/README.md +5 -1
- package/lib/components/KyUpload/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ npm publish
|
|
|
8
8
|
|
|
9
9
|
## 前端 dlt-for-react 依赖包版本更新记录
|
|
10
10
|
|
|
11
|
-
##### 当前最新版本:2.0.
|
|
11
|
+
##### 当前最新版本:2.0.15
|
|
12
12
|
|
|
13
13
|
##### 安装依赖
|
|
14
14
|
|
|
@@ -16,6 +16,10 @@ npm publish
|
|
|
16
16
|
|
|
17
17
|
##### 版本修改记录
|
|
18
18
|
|
|
19
|
+
#### V2.0.15—2024 年 5 月 7 日
|
|
20
|
+
|
|
21
|
+
1. 修改附件删除updateDel接口传参
|
|
22
|
+
|
|
19
23
|
#### V2.0.14—2024 年 5 月 7 日
|
|
20
24
|
|
|
21
25
|
1. toFormFillingPage追加传参
|
|
@@ -877,7 +877,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
|
877
877
|
fileList = _this5.filterCurrentFile(e.fileList, e.file);
|
|
878
878
|
} else if (e.file.status === "removed") {
|
|
879
879
|
//删除
|
|
880
|
-
(0, _index.NHFetch)(_this5.state.xtglUrl + "/dynamic/updateDel", "POST", e.file.uid).then(function (res) {
|
|
880
|
+
(0, _index.NHFetch)(_this5.state.xtglUrl + "/dynamic/updateDel", "POST", { fjid: e.file.uid }).then(function (res) {
|
|
881
881
|
if (res && res.code === 200) {
|
|
882
882
|
_this5.getResult(fileList);
|
|
883
883
|
} else {
|