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

11

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