Commit 6ecd0596 by crushh

update: 创建人id

parent 344f2c0e
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
:isAdd="isAdd || !uuid" :isAdd="isAdd || !uuid"
:uuid.sync="uuid" :uuid.sync="uuid"
ref="storeGroup" ref="storeGroup"
:creatorId="ruleForm.creatorId"
@store-change="storeChange" @store-change="storeChange"
/> />
</el-form-item> </el-form-item>
...@@ -97,6 +98,7 @@ export default { ...@@ -97,6 +98,7 @@ export default {
fixedWidth: document.documentElement.clientWidth - 200, fixedWidth: document.documentElement.clientWidth - 200,
ruleForm: { ruleForm: {
memberType: 4, // 3 人群筛选 4 门店筛选 memberType: 4, // 3 人群筛选 4 门店筛选
creatorId: '',
}, },
rules: { rules: {
ruleTitle: [ ruleTitle: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment