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
fb2924006746f20b72becebf36405063fa890632
Authored by
fengistao
2021-12-30 09:53:31 +0800
1 parent
c34faebc
feat:修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profile/step/cpns/alarmruleconditions/cpns/index.vue
src/views/device/profile/step/cpns/alarmruleconditions/cpns/index.vue
View file @
fb29240
...
...
@@ -169,7 +169,7 @@
169
169
}
170
170
watch(isWhereType, (v) => {
171
171
switch (v) {
172
-
console.log(v)
172
+
//
console.log(v)
173
173
case 'STRING':
174
174
getIsWhereType.value = v;
175
175
break;
...
...