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

@@ -231,7 +231,7 @@ const _singleFileValue = computed({
}
})
console.log('_singleFileValue',_singleFileValue.value)
// console.log('_singleFileValue',_singleFileValue.value)
const _otherFileListValue = computed({
get() {
return props.otherFileList;
@@ -279,7 +279,7 @@ watch(() => props.showTable, (newVal) => {
// singleFileList.value = newVal
// }, {deep: true})
watch(() => props.formData.singleFile, (newVal) => {
console.log('singleFile', newVal)
// console.log('singleFile', newVal)
singleFile.value = newVal
props.formData.singleFile=newVal
}, {deep: true})