@titaui/pc 1.12.7-beta.18 → 1.12.7-beta.19

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.
@@ -128,7 +128,8 @@ function ImportTaskModal(props) {
128
128
  var newData = [];
129
129
  data.forEach(function (item) {
130
130
  var obj = {};
131
- obj['id'] = item === null || item === void 0 ? void 0 : item.taskId;
131
+ obj['id'] = item === null || item === void 0 ? void 0 : item.id;
132
+ obj['taskId'] = item === null || item === void 0 ? void 0 : item.taskId;
132
133
  obj['name'] = item === null || item === void 0 ? void 0 : item.taskName;
133
134
  obj['status'] = (0, _helper.okrStatus)(item === null || item === void 0 ? void 0 : item.status);
134
135
  obj['principalUser'] = item === null || item === void 0 ? void 0 : item.principalUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.7-beta.18",
3
+ "version": "1.12.7-beta.19",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",