huangxw 10 ay önce
ebeveyn
işleme
54b8f2e6e6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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();
 };
 // 修改有效期的检测点