Sign in
简柏林
/
thingskit-app
·
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
cfd49115115298f221529280c8a93bc97504d2c2
Authored by
fengtao
2022-09-29 17:44:40 +0800
1 parent
847bf062
pref:优化下发内容格式
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
deviceSubPage/deviceDetailPage/tabDetail/basicInfo.vue
deviceSubPage/deviceDetailPage/tabDetail/basicInfo.vue
View file @
cfd4911
...
...
@@ -125,6 +125,7 @@ export default {
125
125
},
126
126
showModal() {
127
127
this.showModel = true;
128
+
this.inputCommandVal = '';
128
129
},
129
130
disabledScroll() {
130
131
return;
...
...