进度修改
This commit is contained in:
parent
ebb25e5024
commit
ffa2f2659d
@ -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 = [];
|
||||
|
||||
@ -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="请输入工单号" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user