Commit e62da8f8 authored by zhengke's avatar zhengke

no message

parent 62411f5c
...@@ -511,8 +511,6 @@ ...@@ -511,8 +511,6 @@
this.ruleLoading = false this.ruleLoading = false
this.Success(res.data.message) this.Success(res.data.message)
} else { } else {
this.resetForm('form')
this.ruleLoading = false
this.Error(res.data.message) this.Error(res.data.message)
} }
}, },
...@@ -521,7 +519,7 @@ ...@@ -521,7 +519,7 @@
} }
}); });
}, },
// 人员获取 // 已选人员获取
personnel(){ personnel(){
this.form.EmpList= [] this.form.EmpList= []
for(let i=0;i<this.form.EmployeeId.length;i++){ for(let i=0;i<this.form.EmployeeId.length;i++){
......
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