Commit f68317ea authored by liuzhaoh's avatar liuzhaoh

DCTOM复测问题处理

parent 1228d9aa
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
:data="currentPageData" :data="currentPageData"
v-bind="$attrs" v-bind="$attrs"
:resizable="false" :resizable="false"
border
:height="tableHeight" :height="tableHeight"
> >
<template v-for="column in columns" :key="column.prop"> <template v-for="column in columns" :key="column.prop">
......
...@@ -1174,7 +1174,7 @@ const getTableData = () => { ...@@ -1174,7 +1174,7 @@ const getTableData = () => {
warnType: formInline.value.warnType, warnType: formInline.value.warnType,
createStartTime: formInline.value.createTime[0], createStartTime: formInline.value.createTime[0],
createEndTime: formInline.value.createTime[1], createEndTime: formInline.value.createTime[1],
productionLineId: formInline.value.productionLine, productionLineId: formInline.value.productionLineId,
keyword: keyWord, keyword: keyWord,
pageNum: currentPage.value, pageNum: currentPage.value,
pageSize: pageSize.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