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
1c0ef516
Commit
1c0ef516
authored
May 25, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 接口调整
parent
66cbfcb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
memberSearchSet.vue
src/views/apps/customerApp/memberSearchSet.vue
+5
-2
No files found.
src/views/apps/customerApp/memberSearchSet.vue
View file @
1c0ef516
...
...
@@ -18,7 +18,7 @@
<el-checkbox
v-model=
"myCustomData.searchFlag"
:true-label=
"1"
:false-label=
"0"
>
允许全品牌搜索
</el-checkbox>
</el-form-item>
<el-form-item>
<el-checkbox>
离职继承
</el-checkbox>
<el-checkbox
v-model=
"myCustomData.handoverFlag"
:true-label=
"1"
:false-label=
"0"
>
离职继承
</el-checkbox>
<div
class=
"set-tip-text"
>
保存勾选项后,店长可以选择离职的导购名下的好友会员,选择离职继承
</div>
</el-form-item>
</el-form>
...
...
@@ -45,7 +45,8 @@ export default {
return
{
wxEnterpriseRelatedId
:
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
,
myCustomData
:
{
searchFlag
:
0
searchFlag
:
0
,
handoverFlag
:
0
},
loading
:
false
};
...
...
@@ -61,6 +62,7 @@ export default {
// enterpriseId: JSON.parse(localStorage.getItem('userInfos')).enterpriseId
};
para
.
searchFlag
=
this
.
myCustomData
.
searchFlag
;
para
.
handoverFlag
=
this
.
myCustomData
.
handoverFlag
;
postRequest
(
'/haoban-app-customer-web/customer/save-customer-setting'
,
para
).
then
(
res
=>
{
let
resData
=
res
.
data
;
...
...
@@ -84,6 +86,7 @@ export default {
if
(
errorCode
==
1
)
{
if
(
result
)
{
this
.
myCustomData
.
searchFlag
=
result
.
searchFlag
;
this
.
myCustomData
.
handoverFlag
=
result
.
handoverFlag
;
}
return
;
}
...
...
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