Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2d3ac4e42ce36fc0d6cbd0a28fdcc6b64f822c1c
Authored by
ww
2022-11-30 20:13:12 +0800
1 parent
1dfcf747
fix: DEFECT-928 open tsl model again not echo data
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/profiles/step/cpns/physical/PhysicalModelTsl.vue
src/views/device/profiles/step/cpns/physical/PhysicalModelTsl.vue
View file @
2d3ac4e
...
...
@@ -2,6 +2,7 @@
2
2
<BasicModal
3
3
title="物模型TSL"
4
4
:maskClosable="false"
5
+
destroyOnClose
5
6
v-bind="$attrs"
6
7
width="55rem"
7
8
@register="register"
...
...