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
4402e90f07f516a579a9745841228aa6d4377861
Authored by
ww
2023-02-03 14:52:40 +0800
1 parent
c5681a9d
fix: DEFECT-1030 modify product not reset device counter
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/Form/src/components/TransferTableModal.vue
src/components/Form/src/components/TransferTableModal.vue
View file @
4402e90
...
...
@@ -320,6 +320,8 @@
320
320
if (props.value && !props.value.length) {
321
321
selectedRowKeys.value = [];
322
322
selectedRows.value = [];
323
+
pendingTotal.value = 0;
324
+
selectedTotal.value = 0;
323
325
}
324
326
}
325
327
);
...
...