Commit 5830405c by 姜雷

Merge branch 'develop' into test

parents 4375f3b1 15efa8c8
...@@ -185,22 +185,22 @@ export default { ...@@ -185,22 +185,22 @@ export default {
this.$message.error('请输入部门科室!'); this.$message.error('请输入部门科室!');
return; return;
} }
if (!this.selected.duty) { // if (!this.selected.duty) {
this.$message.error('请输入职务!'); // this.$message.error('请输入职务!');
return; // return;
} // }
if (!this.selected.title) { // if (!this.selected.title) {
this.$message.error('请输入职称!'); // this.$message.error('请输入职称!');
return; // return;
} // }
if (!this.selected.sex) { if (!this.selected.sex) {
this.$message.error('请输入性别!'); this.$message.error('请输入性别!');
return; return;
} }
if (!this.selected.birthday) { // if (!this.selected.birthday) {
this.$message.error('请输入出生年月!'); // this.$message.error('请输入出生年月!');
return; // return;
} // }
return true; return true;
}, },
formatCellphone(val) { formatCellphone(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment