fix: 设备跳转设备接入bug
This commit is contained in:
parent
28e850551b
commit
cb25adfde0
|
@ -1019,6 +1019,9 @@ watchEffect(() => {
|
|||
nextTick(() => {
|
||||
getData();
|
||||
});
|
||||
watch(()=>productStore.current,()=>{
|
||||
getData()
|
||||
})
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
:deep(
|
||||
|
|
Loading…
Reference in New Issue