Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
c839496c
Commit
c839496c
authored
Mar 10, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 复制创建人
parent
6ecd0596
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ruleDetail.vue
src/components/ruleDetail.vue
+3
-0
No files found.
src/components/ruleDetail.vue
View file @
c839496c
...
...
@@ -169,6 +169,9 @@ export default {
}
else
if
(
this
.
ruleForm
.
memberType
==
4
)
{
// 门店筛选器回显
this
.
uuid
=
JSON
.
parse
(
this
.
ruleForm
.
filterJson
).
storeWidgetId
;
}
if
(
this
.
isCopy
)
{
this
.
ruleForm
.
creatorId
=
localStorage
.
getItem
(
'useId'
);
}
}
}).
finally
(()
=>
{
this
.
loading
=
false
;
...
...
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