fix : 优化审批记录、用户账号切换点击位置、所属公司选择框

This commit is contained in:
2024-06-28 16:25:21 +08:00
parent 114c9116b1
commit daac1812bf
7 changed files with 58 additions and 41 deletions

View File

@@ -81,9 +81,6 @@ const handleClick = (tab) => {
}
const search = async (param) => {
if (activeName.value === '00') {
param.requirementId = requirementId.value
}
param.targetId = projectId.value
param.targetState = activeName.value
searchFileList(param).then(res => {