huangxw hace 10 meses
padre
commit
54b8f2e6e6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
 };
 // 修改有效期的检测点