撤回的评估 还在添加评估列表里

This commit is contained in:
zhangyc
2022-12-15 20:05:08 +08:00
parent 59f4ad9d09
commit e98d3cd5ea
8 changed files with 34 additions and 13 deletions

View File

@@ -93,7 +93,7 @@
}"
filterMultiple:false
/>
<div class="tableBox">
<div class="tableBox" style="margin-top:85px;">
<div class="pa">
<a-pagination
:showSizeChanger="false"
@@ -208,6 +208,7 @@ export default {
key: "num",
width: "20%",
align: "center",
ellipsis: true,
},
{
title: "创建人",
@@ -215,6 +216,7 @@ export default {
key: "creator",
width: "20%",
align: "center",
ellipsis: true,
},
{
title: "创建时间",
@@ -222,6 +224,7 @@ export default {
key: "time",
width: "20%",
align: "center",
ellipsis: true,
},
];
return columns;
@@ -274,6 +277,7 @@ export default {
assessmentName: state.inputV1,
pageNo: state.currentPage,
pageSize: state.pageSize,
releaseStatus:2,
})
.then((res) => {
let arr = res.data.data.rows;