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
35565ff4
Commit
35565ff4
authored
Jul 07, 2022
by
黄卓
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
6c5e707e
47a12102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
customer.js
src/api/ecw/customer.js
+7
-5
No files found.
src/api/ecw/customer.js
View file @
35565ff4
import
request
from
'
@/utils/request
'
import
query
from
"
@/views/ecw/customer/query
"
;
// 创建客户
export
function
createCustomer
(
data
)
{
...
...
@@ -104,9 +105,6 @@ export function handOverCustomer(data) {
url
:
'
/ecw/customer/handOver
'
,
method
:
'
put
'
,
data
:
data
,
headers
:
{
'
Content-Type
'
:
'
application/x-www-form-urlencoded; charset=UTF-8
'
}
})
}
...
...
@@ -120,10 +118,14 @@ export function getPublicList(query) {
}
//捞取
export
function
setFishing
(
data
){
export
function
setFishing
(
query
){
return
request
({
url
:
'
/ecw/customer/catch-open-sea-customer
?id=
'
+
data
.
id
,
url
:
'
/ecw/customer/catch-open-sea-customer
'
,
method
:
'
put
'
,
params
:
query
,
headers
:
{
'
Content-Type
'
:
'
application/x-www-form-urlencoded; charset=UTF-8
'
}
})
}
//待分配 客户列表
...
...
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