Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
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
Commit
a129059a
...
a129059a5bbd66026e0f9ca22708165caa4ad8ba
authored
2021-08-25 15:54:44 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
467eb28e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
src/page/tool.vue
src/page/tool.vue
View file @
a129059
...
...
@@ -1012,6 +1012,9 @@
},{
value
:
'3'
,
label
:
'活动报名权限'
},{
value
:
'4'
,
label
:
'工号冻结'
}]
// activityConfigRules: {
// id: [
...
...
@@ -1711,6 +1714,12 @@
message
:
'手机号或冻结类型不能为空'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'notjobnumber'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'该手机号找不到对应的工号'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'success'
)
{
this
.
$message
({
showClose
:
true
,
...
...
Please
register
or
sign in
to post a comment