@titaui/pc 1.15.28-beta.2 → 1.15.28-beta.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.
|
@@ -125,13 +125,11 @@ var EKrNode = function EKrNode(props) {
|
|
|
125
125
|
objType: 4,
|
|
126
126
|
AppId: 1,
|
|
127
127
|
AppType: 1,
|
|
128
|
-
TaskType: 0,
|
|
129
|
-
WorkMileStoneId: data.mileStoneId
|
|
130
|
-
};
|
|
128
|
+
TaskType: 0 // WorkMileStoneId: data.mileStoneId,
|
|
131
129
|
|
|
132
|
-
if (data.mileStoneId > 0) {
|
|
133
|
-
|
|
134
|
-
}
|
|
130
|
+
}; // if (data.mileStoneId > 0) {
|
|
131
|
+
// params.WorkMileStoneName = data.mileStoneName
|
|
132
|
+
// }
|
|
135
133
|
|
|
136
134
|
window.openCreateTaskPop(btnRef.current, {
|
|
137
135
|
createParams: params,
|