提交 11595feb 作者: 毛细亚

Merge branch 'release' into shw-feat-7.1

...@@ -308,6 +308,9 @@ export default { ...@@ -308,6 +308,9 @@ export default {
showConfirmLayer: false showConfirmLayer: false
} }
}, },
computed: {
...mapState('user', ['cser_name'])
},
watch: { watch: {
show(newVal, oldVal) { show(newVal, oldVal) {
if (newVal) { if (newVal) {
...@@ -440,7 +443,7 @@ export default { ...@@ -440,7 +443,7 @@ export default {
role_id:role_id, role_id:role_id,
recharge_date:'', recharge_date:'',
remark: this.remark, remark: this.remark,
create_user: this.name, create_user: this.cser_name,
task_id: this.task_id || null, task_id: this.task_id || null,
right_type: this.activeInfo.right_type || '', right_type: this.activeInfo.right_type || '',
select_type:this.activeInfo.gift_type==7?2:'', select_type:this.activeInfo.gift_type==7?2:'',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论