Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
a0da10ee
Commit
a0da10ee
authored
Apr 09, 2021
by
zhujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'fix'
parent
2db1a120
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
src/modules/teach-tool/examination-manager/AddExam.tsx
+4
-1
src/modules/teach-tool/examination-manager/Index.tsx
+6
-1
No files found.
src/modules/teach-tool/examination-manager/AddExam.tsx
View file @
a0da10ee
...
@@ -344,7 +344,10 @@ function AddExam(props: any) {
...
@@ -344,7 +344,10 @@ function AddExam(props: any) {
{
` 时长不能超过1440分钟(24小时)`
}
</
span
>
{
` 时长不能超过1440分钟(24小时)`
}
</
span
>
</
Form
.
Item
>
</
Form
.
Item
>
<
Form
.
Item
label=
"考试说明"
>
<
Form
.
Item
label=
"考试说明"
validateStatus=
{
(
check
&&
(
desclen
>
1000
))
?
'error'
:
''
}
help=
{
check
&&
(
desclen
>
1000
)
&&
'最多只能输入1000个字'
}
>
{
{
(
getData
||
(
props
.
type
!==
'edit'
))
&&
<
GraphicsEditor
(
getData
||
(
props
.
type
!==
'edit'
))
&&
<
GraphicsEditor
maxLimit=
{
1000
}
maxLimit=
{
1000
}
...
...
src/modules/teach-tool/examination-manager/Index.tsx
View file @
a0da10ee
...
@@ -238,8 +238,13 @@ function ExaminationManager(props: any) {
...
@@ -238,8 +238,13 @@ function ExaminationManager(props: any) {
}
}
function
getList
()
{
function
getList
()
{
const
_query
=
{...
query
};
// if(_query.examCreator){
// _query.examCreator =parseInt(_query.examCreator)
// }
Service
.
Hades
(
"public/hades/queryExamPageList"
,
{
Service
.
Hades
(
"public/hades/queryExamPageList"
,
{
...
query
,
userId
:
User
.
getStoreUserId
(),
...
_
query
,
userId
:
User
.
getStoreUserId
(),
tenantId
:
User
.
getStoreId
(),
tenantId
:
User
.
getStoreId
(),
source
:
0
source
:
0
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment