Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
a9cbc267
Commit
a9cbc267
authored
Sep 10, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改正文不能为空为请填写完整的信息
parent
0df9f942
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+1
-1
No files found.
src/page/resume/allResume.vue
View file @
a9cbc267
...
@@ -1355,7 +1355,7 @@ import ckeditor from '../../components/ckeditor'
...
@@ -1355,7 +1355,7 @@ import ckeditor from '../../components/ckeditor'
if
(
this
.
emailContent
==
''
){
if
(
this
.
emailContent
==
''
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
正文不能为空
'
desc
:
'
请填写完整的信息
'
});
});
return
return
}
}
...
...
src/page/resume/channel.vue
View file @
a9cbc267
...
@@ -1247,7 +1247,7 @@ export default {
...
@@ -1247,7 +1247,7 @@ export default {
if
(
this
.
emailContent
==
''
){
if
(
this
.
emailContent
==
''
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
正文不能为空
'
desc
:
'
请填写完整的信息
'
});
});
return
return
}
}
...
...
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