Commit f35ed81d authored by zhengke's avatar zhengke

修改

parent c5dd3d2d
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
}, },
mounted() { mounted() {
this.initObj(); this.initObj();
this.getCustomList(1); this.getCustomList();
this.employeeList = this.empList; this.employeeList = this.empList;
this.myEmployeeList = this.empList; this.myEmployeeList = this.empList;
}, },
...@@ -130,10 +130,10 @@ ...@@ -130,10 +130,10 @@
} }
}) })
}, },
getCustomList(Type){ getCustomList(){
let msg = { let msg = {
CategoryName:"", CategoryName:"",
CatetoryType:Type CatetoryType:0
} }
queryCustomerCategoryList(msg).then(res => { queryCustomerCategoryList(msg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
......
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