Commit d7c920cc authored by 黄媛媛's avatar 黄媛媛

11

parent 3a4e18e7
......@@ -312,11 +312,11 @@ export default {
// this.Error("请选择分助理!")
// return;
// }
if(this.form.FInternMoney==0){
if(this.form.FManagerMoney==0){
this.Error("请填写分负责人金额!")
return;
}
if(this.form.FManagerMoney==0){
if(this.form.FInternMoney==0){
this.Error("请填写分助理金额!")
return;
}
......@@ -439,7 +439,6 @@ export default {
this.apipost('admin_get_DepartmentGetList', this.departmentMsg, res => {
if(res.data.resultCode == 1) {
this.departmentList = res.data.data;
console.log("this.departmentList",this.departmentList)
}
}, err => {})
},
......
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