Commit 1c4d2bc6 authored by qiaoyajun's avatar qiaoyajun
parents 0fb76b11 0d8a2d9c
......@@ -63,7 +63,7 @@
</el-form-item>
</el-col>
<el-col :span="5" :gutter="20">
<el-form-item label="提成比例:" prop="CommissionVariable">
<el-form-item label="提成比例:" prop="CommissionVariable">
<el-input
v-model="addMsg.CommissionVariable"
type="int"
......
......@@ -786,6 +786,9 @@
this.getEmployee()
},
getEmployee() {
this.employeeMsg.departmentId=0
this.employeeMsg.RB_Group_id=this.getLocalStorage().RB_Group_id
this.employeeMsg.RB_Branch_id=-1
this.apipost('app_get_company_employee', this.employeeMsg, res => {
if(res.data.resultCode == 1) {
if(!this.isSelLayer)
......
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