autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 11 months ago
parent 4d98dd524a
commit 8dc8a1ab7e

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.32261ecd.js"></script>
<script src="/react/build/umi.9a46db3f.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -16838,7 +16838,7 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) {
setCheckedKeys = _useState6[1];
var _useState7 = (0,_react_17_0_2_react.useState)({
page: 1,
limit: 10,
limit: 100,
keyword: '',
type: binRatioTab ? 4 : 1
// cluster_type: cluster_type || '0'
@ -16915,14 +16915,14 @@ var PatternModal_DataSetModal = function DataSetModal(_ref) {
type: params.type || 1,
q: params.keyword,
page: params.page || 1,
limit: params.limit || 10,
limit: params.limit || 100,
// cluster_type :params.cluster_type || '0'
section_id: competitionStage.id
} : {
type: params.type || 1,
q: params.keyword,
page: params.page || 1,
limit: params.limit || 10
limit: params.limit || 100
// cluster_type :params.cluster_type || '0'
}
});

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save