Showing
3 changed files
with
0 additions
and
4 deletions
| ... | ... | @@ -69,12 +69,10 @@ |
| 69 | 69 | |
| 70 | 70 | const handleGetTbDeviceId = async (record) => { |
| 71 | 71 | try { |
| 72 | - // console.log(record); | |
| 73 | 72 | const res = await getTbDeviceId(record.tbDeviceId); |
| 74 | 73 | if (res && res.id) { |
| 75 | 74 | emit('openTbDeviceDetail', { id: res.id, tbDeviceId: res.tbDeviceId }); |
| 76 | 75 | } |
| 77 | - // console.log(res); | |
| 78 | 76 | } catch (error) {} |
| 79 | 77 | }; |
| 80 | 78 | return { | ... | ... |