fix : 修复组织机构左侧高亮
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user