Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cf0006a0
authored
2026-04-24 14:46:47 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
级位提交审核bug修改
1 parent
6f6c7894
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
level/addApply.vue
myCenter/examPointApplyList.vue
level/addApply.vue
View file @
cf0006a
...
...
@@ -426,14 +426,14 @@ function getChosedStudentList() {
}
else
{
d
.
levelRecommend
=
'9'
}
// 原级别是一级时,levelNew 默认为空,不使用推荐值
if
(
d
.
levelOld
===
'1'
)
{
d
.
levelNew
=
''
}
else
if
(
!
d
.
levelNew
)
{
d
.
levelNew
=
d
.
levelRecommend
}
if
(
!
d
.
isPass
)
{
d
.
isPass
=
'1'
}
...
...
@@ -545,22 +545,25 @@ function submitForm2(flag) {
return
}
}
debugger
if
(
flag
===
1
)
{
if
(
infoList
.
value
.
length
==
0
)
{
uni
.
showToast
({
title
:
'请选择考生'
,
icon
:
'none'
})
return
}
uni
.
showModal
({
title
:
'提示'
,
content
:
`请确认人员照片是否已更新?`
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
saveStep2
(
flag
).
then
(()
=>
{
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
form
.
value
.
examId
}
`
})
// saveStep2(flag).then(() => {
// uni.navigateTo({
// url: `/level/paymentDetail?examId=${form.value.examId}`
// })
// })
uni
.
navigateTo
({
url
:
`/level/paymentDetail?examId=
${
form
.
value
.
examId
}
`
})
}
}
...
...
@@ -887,7 +890,7 @@ function handleDelete(row) {
position
:
relative
;
z-index
:
99
;
}
.exam-level-select
{
position
:
relative
;
z-index
:
999
;
...
...
myCenter/examPointApplyList.vue
View file @
cf0006a
...
...
@@ -52,9 +52,8 @@
<
script
setup
>
import
{
ref
}
from
'vue'
import
{
onLoad
,
onReachBottom
}
from
'@dcloudio/uni-app'
import
{
onLoad
,
on
Show
,
on
ReachBottom
}
from
'@dcloudio/uni-app'
import
{
getMyRecentExam
}
from
'@/common/api'
import
{
onShow
}
from
"@/unpackage/dist/dev/mp-weixin/common/vendor"
;
const
app
=
getApp
()
const
list
=
ref
([])
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment