Commit f68317ea authored by liuzhaoh's avatar liuzhaoh

DCTOM复测问题处理

parent 1228d9aa
......@@ -5,7 +5,6 @@
:data="currentPageData"
v-bind="$attrs"
:resizable="false"
border
:height="tableHeight"
>
<template v-for="column in columns" :key="column.prop">
......
......@@ -1174,7 +1174,7 @@ const getTableData = () => {
warnType: formInline.value.warnType,
createStartTime: formInline.value.createTime[0],
createEndTime: formInline.value.createTime[1],
productionLineId: formInline.value.productionLine,
productionLineId: formInline.value.productionLineId,
keyword: keyWord,
pageNum: currentPage.value,
pageSize: pageSize.value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment