fix : 修复组织机构左侧高亮

This commit is contained in:
2024-07-16 21:07:10 +08:00
parent b77253b0cb
commit 280137b7e2
4 changed files with 26 additions and 22 deletions

View File

@@ -532,7 +532,7 @@ const compositeParam = (item) => {
}
}
const getAttachment = (val) => {
console.log('上传文件getAttachment', val)
// console.log('上传文件getAttachment', val)
showSingleTable.value = false
localFormData.value.singleFile = compositeParam(val)
singleList.value.push(compositeParam(val))
@@ -610,7 +610,7 @@ const handleSubmit = async () => {
if(sessionParams.value.preProcess&&!localFormData.value.preProcess){
params.preProcess=JSON.stringify(sessionParams.value.preProcess)
}
console.log(params.preProcess)
// console.log(params.preProcess)
let res
if (props.step === '20') {
if (projectChargePersonUserList.value && projectChargePersonUserList.value.length === 0) {