进度修改

This commit is contained in:
17630416519 2026-01-26 16:28:08 +08:00
parent ebb25e5024
commit ffa2f2659d
2 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,8 @@ const getList = debounce(async () => {
totalProduction,
};
total.value = res.data.totalNum;
totailNum.value = res.data.pageSize;
// totailNum.value = res.data.pageSize;
totailNum.value = res.data.extra.sumNum;
} else {
console.error('获取数据失败:', res.msg);
productionDataList.value = [];

View File

@ -5,6 +5,7 @@
-->
<template>
<div>
<el-form :model="queryParams" label-position="right" inline ref="queryRef" v-show="showSearch" @submit.prevent>
<el-form-item label="工单号" prop="workorder">
<el-input v-model.trim="queryParams.workorder" clearable placeholder="请输入工单号" />