|
|
|
@ -132,7 +132,9 @@ const columns: TableColumnList = [
|
|
|
|
|
{
|
|
|
|
|
label: "序号",
|
|
|
|
|
type: "index",
|
|
|
|
|
width: 80
|
|
|
|
|
align: "center",
|
|
|
|
|
width: 55,
|
|
|
|
|
resizable: true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "知识标题",
|
|
|
|
@ -293,7 +295,7 @@ const del = async (id, val) => {
|
|
|
|
|
remark: val
|
|
|
|
|
});
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
message("删除成功", { type: "success" });
|
|
|
|
|
message("删除流程成功", { type: "success" });
|
|
|
|
|
search();
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
@ -303,7 +305,7 @@ const withdrawOk = async (id, val) => {
|
|
|
|
|
remark: val
|
|
|
|
|
});
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
message("撤回成功", { type: "success" });
|
|
|
|
|
message("撤回流程成功", { type: "success" });
|
|
|
|
|
search();
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
@ -457,6 +459,7 @@ onMounted(() => {
|
|
|
|
|
color: 'var(--el-text-color-primary)'
|
|
|
|
|
}"
|
|
|
|
|
adaptive
|
|
|
|
|
border
|
|
|
|
|
:pagination="pagination"
|
|
|
|
|
@page-size-change="handleSizeChange"
|
|
|
|
|
@page-current-change="handleCurrentChange"
|
|
|
|
|