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