Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
office
haoban-3
Commits
4a874332
Commit
4a874332
authored
Jul 18, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' of
http://git.gicdev.com/office/haoban-3
into feature/act-code
parents
99533e01
6b1d8c2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
proxyList.js
config/proxyList.js
+3
-3
act-code-table.vue
...leads/actCodeManage/staffActCode/views/act-code-table.vue
+2
-2
No files found.
config/proxyList.js
View file @
4a874332
...
...
@@ -15,11 +15,11 @@ module.exports = {
'^/haoban-manage3-web'
:
''
}
},
'/api/'
:
{
target
:
'https://www.gicdev.com/'
,
'/api
-plug
/'
:
{
target
:
'https://www.gicdev.com/
api-plug/
'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/api'
:
''
'^/api
-plug
'
:
''
}
},
'/haoban-app-customer-web/'
:
{
...
...
src/views/salesleads/actCodeManage/staffActCode/views/act-code-table.vue
View file @
4a874332
...
...
@@ -334,7 +334,7 @@ export default {
this
.
getStore
();
},
async
getStore
()
{
await
postRequest
(
`/api
/api
-plug/query-store-by-code-name-new?requestProject=haoban-manage-web`
,
this
.
storeParam
).
then
(
res
=>
{
await
postRequest
(
`/api-plug/query-store-by-code-name-new?requestProject=haoban-manage-web`
,
this
.
storeParam
).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
==
0
)
{
this
.
storeParam
.
total
=
res
.
data
.
totalCount
;
if
(
Array
.
isArray
(
res
.
data
.
result
.
result
))
{
...
...
@@ -356,7 +356,7 @@ export default {
},
// 获取导购列表数据
async
getStraff
()
{
await
postRequest
(
`/api
/api
-plug/search-clerk?type=2`
,
{
name
:
this
.
name
}).
then
(
res
=>
{
await
postRequest
(
`/api-plug/search-clerk?type=2`
,
{
name
:
this
.
name
}).
then
(
res
=>
{
if
(
res
.
data
.
errorCode
==
0
)
{
this
.
memberList
=
res
.
data
.
result
||
[];
}
...
...
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