Commit 4402e90f07f516a579a9745841228aa6d4377861

Authored by ww
1 parent c5681a9d

fix: DEFECT-1030 modify product not reset device counter

@@ -320,6 +320,8 @@ @@ -320,6 +320,8 @@
320 if (props.value && !props.value.length) { 320 if (props.value && !props.value.length) {
321 selectedRowKeys.value = []; 321 selectedRowKeys.value = [];
322 selectedRows.value = []; 322 selectedRows.value = [];
  323 + pendingTotal.value = 0;
  324 + selectedTotal.value = 0;
323 } 325 }
324 } 326 }
325 ); 327 );