Commit 3420f33f by zhangleyuan

feat:处理模糊搜索

parent e8babb29
...@@ -101,7 +101,9 @@ function LeftStructureTree(props) { ...@@ -101,7 +101,9 @@ function LeftStructureTree(props) {
source:0,//0代表来自企培 source:0,//0代表来自企培
storeId:User.getStoreId(), storeId:User.getStoreId(),
userId:User.getUserId(), userId:User.getUserId(),
whetherCount:false whetherCount:false,
distinct:false,
queryType:'CUSTOMER'
} }
StoreService.getDepartmentUser(params).then((res) => { StoreService.getDepartmentUser(params).then((res) => {
const _completeOptions = []; const _completeOptions = [];
......
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