@titaui/pc 1.9.15 → 1.9.16
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.
|
@@ -826,7 +826,7 @@ function CreateOkrModal(_ref, ref) {
|
|
|
826
826
|
footerLeftContent: renderFooterTeachWriteOKr,
|
|
827
827
|
zIndex: 1200,
|
|
828
828
|
bodyStyle: {
|
|
829
|
-
flexBasis: '
|
|
829
|
+
flexBasis: 'auto'
|
|
830
830
|
}
|
|
831
831
|
}, /*#__PURE__*/_react["default"].createElement(_style.Wrapper, {
|
|
832
832
|
ref: wrapperRef
|
|
@@ -61,15 +61,9 @@ var createWidthKr = /*#__PURE__*/function () {
|
|
|
61
61
|
|
|
62
62
|
case 3:
|
|
63
63
|
res = _context.sent;
|
|
64
|
-
|
|
65
|
-
if (!(res.data.Code == 1)) {
|
|
66
|
-
_context.next = 6;
|
|
67
|
-
break;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
64
|
return _context.abrupt("return", res.data.Data);
|
|
71
65
|
|
|
72
|
-
case
|
|
66
|
+
case 5:
|
|
73
67
|
case "end":
|
|
74
68
|
return _context.stop();
|
|
75
69
|
}
|
package/package.json
CHANGED
|
@@ -40,9 +40,8 @@ export const createWidthKr = async function(data: any) {
|
|
|
40
40
|
transformRequest: qs.stringify,
|
|
41
41
|
}
|
|
42
42
|
);
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
43
|
+
return res.data.Data;
|
|
44
|
+
|
|
46
45
|
};
|
|
47
46
|
|
|
48
47
|
export const getKrAnalysisInfos = async function(params) {
|