fix : 修复用户切换报错提示、税后余额数字输入框、新增分摊时研发人员传参
This commit is contained in:
@@ -97,7 +97,7 @@ const handleVisitedP = () => {
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: res.msg,
|
||||
type: res.code === 1000 ? 'success' : 'error'
|
||||
type: 'error'
|
||||
})
|
||||
}
|
||||
accountList.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user