Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
5670f1d8
Commit
5670f1d8
authored
Jul 25, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post会员修改
parent
860f5bd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
posmembers.js
src/components/posmembers/posmembers.js
+4
-4
No files found.
src/components/posmembers/posmembers.js
View file @
5670f1d8
...
...
@@ -818,25 +818,25 @@ export default {
return
false
;
}
if
(
this
.
batchValue
==
"integral"
)
{
this
.
dilogIntegralVisible
=
true
;
this
.
di
a
logIntegralVisible
=
true
;
this
.
getEnterpriseInfo
();
if
(
this
.
$refs
.
IntegralForm
)
{
this
.
$refs
.
IntegralForm
.
resetFields
();
}
}
else
if
(
this
.
batchValue
==
"grade"
)
{
this
.
dilogGradeVisible
=
true
;
this
.
di
a
logGradeVisible
=
true
;
if
(
this
.
$refs
.
gradeForm
)
{
this
.
$refs
.
gradeForm
.
resetFields
();
}
}
else
if
(
this
.
batchValue
==
"mainstore"
)
{
this
.
dilogMainstoreVisible
=
true
;
this
.
di
a
logMainstoreVisible
=
true
;
this
.
selectStore
(
val
);
if
(
this
.
$refs
.
mainstoreForm
)
{
this
.
$refs
.
mainstoreForm
.
resetFields
();
}
this
.
storeName
=
''
;
}
else
if
(
this
.
batchValue
==
"store"
)
{
this
.
dilogSubStoreVisible
=
true
;
this
.
di
a
logSubStoreVisible
=
true
;
if
(
this
.
$refs
.
storeForm
)
{
this
.
$refs
.
storeForm
.
resetFields
();
}
...
...
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