Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
fad5e683
Commit
fad5e683
authored
Jun 24, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-24提交
parent
f93dfcff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
user.js
src/api/system/user.js
+8
-0
index.vue
src/views/report/customer_analysis/index.vue
+1
-1
No files found.
src/api/system/user.js
View file @
fad5e683
...
...
@@ -34,6 +34,14 @@ export function listServiceUser() {
method
:
'
get
'
})
}
export
function
listServiceUser2
()
{
return
request
({
url
:
'
/system/user/list-service-user
'
,
method
:
'
get
'
})
}
// 获取用户精简信息列表
export
function
listAllSimpl
(){
return
request
({
...
...
src/views/report/customer_analysis/index.vue
View file @
fad5e683
...
...
@@ -45,6 +45,7 @@
>
<el-select
clearable
:multiple=
"true"
v-model=
"queryParams.salesmanid"
:placeholder=
"$t('请选择客户经理')"
size=
"small"
...
...
@@ -56,7 +57,6 @@
:value=
"dict.id"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"首次成交"
prop=
"delFlag"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment