Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
4e453d75
Commit
4e453d75
authored
Sep 11, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 查看门店数据
parent
84c88d5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
customer-store.vue
src/components/app/my-customer/customer-store.vue
+2
-1
edit-visiable.vue
src/components/app/my-customer/edit-visiable.vue
+3
-1
No files found.
src/components/app/my-customer/customer-store.vue
View file @
4e453d75
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 15:24:42
* @LastEditors: 无尘
* @LastEditTime: 2020-09-
08 15:13:1
0
* @LastEditTime: 2020-09-
11 15:48:2
0
-->
<!--
<customer-store :brand-id="brandId" :select-store="selectStore" @checkStoreIds="checkStoreIds"></customer-store>
...
...
@@ -98,6 +98,7 @@ export default {
arr
.
push
(
ele
);
}
});
localStorage
.
setItem
(
'stores'
,
value
);
that
.
$emit
(
'checkStoreIds'
,
JSON
.
parse
(
JSON
.
stringify
(
arr
)));
},
/**
...
...
src/components/app/my-customer/edit-visiable.vue
View file @
4e453d75
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 11:07:46
* @LastEditors: 无尘
* @LastEditTime: 2020-09-
08 16:34:18
* @LastEditTime: 2020-09-
11 15:36:00
-->
<!--
<edit-visiable :brand-id="brandId" :set-item-id="setItemId" :set-type="setType" :select-mode="selectMode" :range-data="rangeData" @refreshData="refreshData"></edit-visiable>
...
...
@@ -108,6 +108,8 @@ export default {
const
that
=
this
;
that
.
formData
.
sendRange
=
e
;
that
.
formData
.
selectList
=
[];
that
.
formData
.
selectGroupData
=
[];
// 选择的分组数据
that
.
formData
.
selectStoreData
=
[];
// 选择的门店数据
},
/**
* @description: 关闭弹窗
...
...
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