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();
 };
 // 修改有效期的检测点