fix : 调整部门管理演示,优化移动端详情
This commit is contained in:
@@ -382,9 +382,11 @@ const getOtherFile = (val) => {
|
||||
showTable.value = true
|
||||
})
|
||||
}
|
||||
watch(() => otherFileList.value, (newVal) => {
|
||||
showTable.value = newVal.length !== 0;
|
||||
}, {deep: true})
|
||||
// watch(() => otherFileList.value, (newVal) => {
|
||||
// console.log('newVal',newVal)
|
||||
// showTable.value = newVal.length !== 0;
|
||||
// console.log('showTable.value',showTable.value)
|
||||
// }, {deep: true})
|
||||
watch(() => singleList.value, (newVal) => {
|
||||
showSingleTable.value = newVal.length !== 0;
|
||||
}, {deep: true})
|
||||
|
||||
Reference in New Issue
Block a user