fix: 设备诊断跳转bug
This commit is contained in:
parent
dd8d6c1820
commit
29adc3c207
|
@ -1020,7 +1020,8 @@ nextTick(() => {
|
|||
getData();
|
||||
});
|
||||
watch(()=>productStore.current,()=>{
|
||||
getData()
|
||||
getData();
|
||||
formData.data = productStore.current?.configuration || {}
|
||||
})
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
|
|
Loading…
Reference in New Issue