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
70ae035a
Commit
70ae035a
authored
Sep 17, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
f45f2648
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
store-list.vue
src/components/app/my-customer/store-list.vue
+11
-6
No files found.
src/components/app/my-customer/store-list.vue
View file @
70ae035a
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-08-13 14:02:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-17 1
4:46:39
* @LastEditTime: 2020-09-17 1
6:07:15
* @FilePath : haoban-4\src\components\app\my-customer\store-list.vue
-->
<!--
...
...
@@ -74,8 +74,8 @@ export default {
type
:
Object
,
default
()
{
return
{
department
Id
:
''
,
department
Name
:
''
,
storeGroup
Id
:
''
,
storeGroup
Name
:
''
,
wxDepartmentId
:
''
,
parentId
:
''
,
isStore
:
''
,
...
...
@@ -89,7 +89,6 @@ export default {
return
{
wxEnterpriseId
:
localStorage
.
getItem
(
'haoBanUser'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'haoBanUser'
)).
wxEnterpriseId
:
''
,
nameVisible
:
false
,
departmentName
:
this
.
departObj
.
departmentName
||
''
,
searchInput
:
''
,
storeTypeId
:
''
,
storeTypeOptions
:
[
...
...
@@ -138,7 +137,9 @@ export default {
const
that
=
this
;
if
(
Object
.
keys
(
that
.
departObj
))
{
that
.
currentPage
=
1
;
that
.
getTableList
();
that
.
tableData
=
[];
that
.
total
=
0
;
that
.
departObj
.
storeGroupId
?
that
.
getTableList
()
:
''
;
}
},
methods
:
{
...
...
@@ -223,6 +224,8 @@ export default {
})
.
catch
(
function
(
error
)
{
that
.
loading
=
false
;
that
.
tableData
=
[];
that
.
total
=
0
;
});
}
},
...
...
@@ -231,7 +234,9 @@ export default {
const
that
=
this
;
if
(
Object
.
keys
(
newData
))
{
that
.
currentPage
=
1
;
that
.
getTableList
();
that
.
tableData
=
[];
that
.
total
=
0
;
newData
.
storeGroupId
?
that
.
getTableList
()
:
''
;
}
},
brandId
(
newData
)
{
...
...
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