搜索列表时不再记忆选中情况

This commit is contained in:
Ledo 2025-06-26 16:25:30 +08:00
parent 9c4a1f5e3d
commit 4871fe23a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-card class="hl-card">
<template #header>
<span>标准件物料需求计划</span>
<span>采购订单生成</span>
</template>
<ContentWrap class="borderxx">
<!-- 搜索工作栏 -->
@ -205,7 +205,9 @@ const exportLoading = ref(false) // 导出的加载中
const getList = async () => {
loading.value = true
try {
multipleTable.value.clearSelection();
const data = await purchaseOrderMakeDetailApi.page(queryParams)
list.value = data.list
for (const row of list.value ) {
// boomCoderemoteMethod
@ -320,6 +322,7 @@ const serachLog = (row) => {
const handleQuery = () => {
queryParams.pageNo = 1
getList()
}
const opearteForm = async(type) =>{
loading.value = true;

View File

@ -220,6 +220,7 @@ const exportLoading = ref(false) // 导出的加载中
const getList = async () => {
loading.value = true
try {
multipleTable.value.clearSelection();
const data = await materialPlanBoomApi.getStandardBuyPage(queryParams)
list.value = data.list
total.value = data.total