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