Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3dbbde2662352780377a9b216598d9348522f6ba
Authored by
无木
4 years ago
1 parent
f750ff43
fix(modal): remove console log
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/Modal/src/BasicModal.vue
src/components/Modal/src/BasicModal.vue
View file @
3dbbde2
...
...
@@ -178,7 +178,6 @@
178
178
}
179
179
180
180
visibleRef.value = false;
181
- console.log(visibleRef.value);
182
181
emit('cancel', e);
183
182
}
184
183
...
...