Commit 6ecd0596 by crushh

update: 创建人id

parent 344f2c0e
......@@ -49,6 +49,7 @@
:isAdd="isAdd || !uuid"
:uuid.sync="uuid"
ref="storeGroup"
:creatorId="ruleForm.creatorId"
@store-change="storeChange"
/>
</el-form-item>
......@@ -97,6 +98,7 @@ export default {
fixedWidth: document.documentElement.clientWidth - 200,
ruleForm: {
memberType: 4, // 3 人群筛选 4 门店筛选
creatorId: '',
},
rules: {
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