huangxw 10 달 전
부모
커밋
54b8f2e6e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/price/station/index.vue

+ 1 - 0
src/views/price/station/index.vue

@@ -140,6 +140,7 @@ const deleteSubmit = async (ids: string[]) => {
     });
     if (!res || res.code !== 200) return;
     proxy?.$modal.msgSuccess('删除成功');
+    tableRef.value?.clearCheckboxRow();
     handleQuery();
 };
 // 修改有效期的检测点