Commit 7f6bacbc authored by liudong1993's avatar liudong1993
parents e7479317 c54bf6e5
......@@ -1019,7 +1019,9 @@
resetForm(formName) {
//弹出框取消 初始化谈框内表单
this.$refs[formName].resetFields();
if (this.$refs[formName]) {
this.$refs[formName].resetFields();
}
this.addMsg.EmployeeId = "0";
}
}
......
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