费用支出
This commit is contained in:
parent
f701467e69
commit
05a875606f
|
|
@ -77,8 +77,8 @@ export default {
|
||||||
|
|
||||||
// 设置默认经办人为当前登录用户
|
// 设置默认经办人为当前登录用户
|
||||||
const userInfo = getUserInfo()
|
const userInfo = getUserInfo()
|
||||||
if (userInfo && userInfo.username) {
|
if (userInfo && userInfo.nickname) {
|
||||||
this.expenseForm.operator = userInfo.username
|
this.expenseForm.operator = userInfo.nickname
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue