fix : 修复用户切换报错提示、税后余额数字输入框、新增分摊时研发人员传参

This commit is contained in:
2024-06-22 23:54:54 +08:00
parent 2d9bba98a7
commit 7e524039bd
4 changed files with 64 additions and 68 deletions

View File

@@ -97,7 +97,7 @@ const handleVisitedP = () => {
ElNotification({
title: '提示',
message: res.msg,
type: res.code === 1000 ? 'success' : 'error'
type: 'error'
})
}
accountList.value = res.data