Commit 469166e5 authored by youjie's avatar youjie

优化 客户转交界面

parent 51920500
...@@ -1080,6 +1080,7 @@ export default { ...@@ -1080,6 +1080,7 @@ export default {
}, },
ckeckedOne() { ckeckedOne() {
//单选 //单选
this.employeeMsg.KeyWord = ''
if (this.customerList.length > 0) { if (this.customerList.length > 0) {
let dpId = this.customerList[0].split("|")[2]; let dpId = this.customerList[0].split("|")[2];
this.employeeMsg.departmentId = dpId; this.employeeMsg.departmentId = dpId;
...@@ -1202,7 +1203,9 @@ export default { ...@@ -1202,7 +1203,9 @@ export default {
this.employeeMsg.RB_Branch_id = -1; this.employeeMsg.RB_Branch_id = -1;
this.employeeList2 = []; this.employeeList2 = [];
this.employeeMsg.IsLeave=-1; this.employeeMsg.IsLeave=-1;
if(!this.employeeMsg.KeyWord){
return
}
this.apipost( this.apipost(
"app_get_company_employee", "app_get_company_employee",
this.employeeMsg, this.employeeMsg,
......
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