Merge branch '重点工程视频bug修复' into 重点工程定位需求

main
zhaoyu 2023-12-11 17:51:42 +08:00
commit 4e6e73c926
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,15 @@ export default {
return {
activeName: 'OutSourced',
UNITS_ID: '',
OUTSOURCED_ID: ''
OUTSOURCED_ID: '',
CORPINFO_ID:''
}
},
watch: {
activeName(val) {
if (val == 'List') {
this.$refs.list.getList()
}
}
},
watch: {