流程提交bug

This commit is contained in:
宋伟佳
2021-09-03 16:37:09 +08:00
parent bb2e4b92b0
commit f81aff8d57
2 changed files with 4 additions and 0 deletions
@@ -731,10 +731,12 @@ export default {
}
});
} else {
this.isSubmit = false
return this.$message.warning("请完善人员信息");
}
});
} else {
this.isSubmit = false
return this.$message.warning("请完善基础信息");
}
});
@@ -705,10 +705,12 @@ export default {
}
});
} else {
this.isSubmit = false;
return this.$message.warning("请完善人员信息");
}
});
} else {
this.isSubmit = false;
return this.$message.warning("请完善基础信息");
}
});