Commit c839496c by crushh

update: 复制创建人

parent 6ecd0596
......@@ -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;
......
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