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
4258dfd2eace6ff3b0cf1cd77dfdf7058d753575
Authored by
ww
2022-07-18 18:00:09 +0800
1 parent
3bc28b5e
fix: DEFECT-535 on upload image not cancel loading
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/camera/manage/CameraDrawer.vue
src/views/camera/manage/CameraDrawer.vue
View file @
4258dfd
...
...
@@ -81,7 +81,7 @@
81
81
const response = await upload(formData);
82
82
if (response.fileStaticUri) {
83
83
tenantLogo.value = response.fileStaticUri;
84
-
loading.value =
tru
e;
84
+
loading.value =
fals
e;
85
85
}
86
86
}
87
87
}
...
...